API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_TERMINALDESIGNATION Property / FUNC_TERMINALDESIGNATION Property

In This Topic
    FUNC_TERMINALDESIGNATION Property
    In This Topic
    Connection point designation # 20028.
    Syntax
    public PropertyValue FUNC_TERMINALDESIGNATION {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINALDESIGNATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 100.

    Shows the connection point designations of a connection point. A maximum of 100 connection point designations can be defined by using the index.

    See Also