Click or drag to resize

ITpsViewSetupInstall Method

Install will be called by TAF when the TpsView is created

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
bool Install(
	Object sender,
	Object data
)

Parameters

sender
Type: SystemObject
An interface reference to TAF site services.
data
Type: SystemObject
Initial data if provided.

Return Value

Type: Boolean
True if the method is executed else false. Depends on the called method implementation.
See Also