Click or drag to resize

ITpsViewSetup Interface

TpsView setup interface. Methods are called by TAF when the TpsView is created and when the TpsView is closed.

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public interface ITpsViewSetup

The ITpsViewSetup type exposes the following members.

Methods
  NameDescription
Public methodInstall
Install will be called by TAF when the TpsView is created
Public methodUninstall
Uninstall will be called by TAF when the TpsView is closed
Top
See Also