API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CONNECTIONDESTINATIONNAME Property / FUNC_CONNECTIONDESTINATIONNAME Property

In This Topic
    FUNC_CONNECTIONDESTINATIONNAME Property
    In This Topic
    Name of target connection point # 20077.
    Syntax
    public PropertyValue FUNC_CONNECTIONDESTINATIONNAME {get; set;}
    public:
    property PropertyValue^ FUNC_CONNECTIONDESTINATIONNAME {
       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 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