API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_GEDNAMEWITHCONNECTIONDESIGNATION Property / FUNC_GEDNAMEWITHCONNECTIONDESIGNATION(Int32) Property

In This Topic
    FUNC_GEDNAMEWITHCONNECTIONDESIGNATION(Int32) Property
    In This Topic
    Connection point designation (with displayed DT) # 20036. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_GEDNAMEWITHCONNECTIONDESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_GEDNAMEWITHCONNECTIONDESIGNATION {
       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..

    Provides the entered designation for connection points. This consists of the combination of a "normal" DT and connection point designation for "normal" connection points, separated by a colon (or a character that can be freely defined).

    See Also