Click or drag to resize

TpsViewType Enumeration

The possible types for a TpsView

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public enum TpsViewType
Members
  Member nameValueDescription
Invisible0 The TpsView is invisible. Invisible TpsViews are always static
Static1 Only one instance of the TpsView is allowed
Dynamic2 Multiple instances of the TpsView is allowed
See Also