API Help
Eplan.EplApi.DataModel Namespace / Pin Class / Name Property

In This Topic
    Name Property (Pin)
    In This Topic
    Gets the pin's actual designation. This value is equal to FUNC_CONNECTIONDESIGNATION property of the parent function, at the corresponding index.
    Syntax
    public string Name {get;}
    public:
    property String^ Name {
       String^ get();
    }
    Remarks
    Returns NULL if this Pin object has been obtained from a FunctionDefinition object.
    See Also