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

In This Topic
    FUNC_CONNECTIONDESCRIPTION Property
    In This Topic
    Function: Connection point description # 20023.
    Syntax
    public PropertyValue FUNC_CONNECTIONDESCRIPTION {get; set;}
    public:
    property PropertyValue^ FUNC_CONNECTIONDESCRIPTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    Shows the connection point descriptions of the function. The index can be used to define a max. of 100 sets of connection point descriptions.

    See Also