Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / FUNC_FULLCONNECTIONDESTINATIONNAME Property / FUNC_FULLCONNECTIONDESTINATIONNAME(Int32) Property

In This Topic
    FUNC_FULLCONNECTIONDESTINATIONNAME(Int32) Property
    In This Topic
    Name of target connection point (full) # 20048.
    Syntax
    public PropertyValue FUNC_FULLCONNECTIONDESTINATIONNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_FULLCONNECTIONDESTINATIONNAME {
       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 full name of a target connection point (max. 100 words allowed). This consists of the device tag plus the connection point designation. For terminals and pins, the terminal or pin designation is output instead of the connection point designation.

    See Also