API Help
Eplan.EplApi.DataModel Namespace / Pin Class / Type Property

In This Topic
    Type Property (Pin)
    In This Topic
    Assigns a ConnPointType to the Pin.
    Syntax
    public Pin.ConnPointType Type {get; set;}
    public:
    property Pin.ConnPointType Type {
       Pin.ConnPointType get();
       void set (    Pin.ConnPointType value);
    }
    See Also