API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointPosition Class / Name Property

In This Topic
    Name Property (MDConnectionPointPosition)
    In This Topic
    The designation of the connection point
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also