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

In This Topic
    SocketSize Property (ConnectionPointPosition)
    In This Topic
    The socket size is the dimension of a socket (the tip)
    Syntax
    public string SocketSize {get; set;}
    public:
    property String^ SocketSize {
       String^ get();
       void set (    String^ value);
    }
    See Also