Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_CONNECTIONDESTINATIONNAME Property / FUNC_CONNECTIONDESTINATIONNAME(Int32) Property

In This Topic
    FUNC_CONNECTIONDESTINATIONNAME(Int32) Property
    In This Topic
    Name of target connection point # 20077.
    Syntax
    public PropertyValue FUNC_CONNECTIONDESTINATIONNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CONNECTIONDESTINATIONNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    Provides the name of a target connection point. This consists of the connection point designation. For terminals and pins, the terminal or pin designation is output instead of the connection point designation.

    See Also