Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference.PointVariant Enumeration

SymbolReference.PointVariant Enumeration
Configuration types to select different variants for point or destination wiring.
Syntax
public enum SymbolReference.PointVariant : System.Enum 
Members
MemberValueDescription
NOT_RELVANT0Instance has no different wiring type styles
NOT_SPECIFIC1Instance uses own wiring type (use only for settings)
POINT_WIRING2Instance uses point wiring variant for graphical appearance
TARGET_WIRING3Instance uses normal variant for graphical appearance
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.DataModel.SymbolReference.PointVariant

See Also