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

In This Topic
    Name Property (ConnectionPointPosition)
    In This Topic
    Name of this connection point position.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also