Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / SymbolWiringType Property

In This Topic
    SymbolWiringType Property
    In This Topic
    Set configuration type to select different variants for point or destination wiring
    Syntax
    public SymbolReference.PointVariant SymbolWiringType {get; set;}
    public:
    property SymbolReference.PointVariant SymbolWiringType {
       SymbolReference.PointVariant get();
       void set (    SymbolReference.PointVariant value);
    }
    See Also