Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / ConnectionCategory Property

In This Topic
    ConnectionCategory Property (ConnectionPointPosition)
    In This Topic
    Default value that specifies the connection point type of the connections, e.g., screw clamp connection or cage clamp connection.
    Syntax
    public ConnectionCategory ConnectionCategory {get; set;}
    public:
    property ConnectionCategory ConnectionCategory {
       ConnectionCategory get();
       void set (    ConnectionCategory value);
    }
    See Also