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

In This Topic
    Name Property (ConnectionPointsInfo)
    In This Topic
    Returns the name of the ConnectionPointsInfo.
    Syntax
    public virtual string Name {get;}
    public:
    virtual property String^ Name {
       String^ get();
    }

    Property Value

    name of the ConnectionPointsInfo
    Exceptions
    ExceptionDescription
    Thrown when the name cannot be retrieved from the ConnectionPointsInfo
    See Also