API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_CONNECTIONNUMBER Property / SYMB_CONNECTIONNUMBER Property

In This Topic
    SYMB_CONNECTIONNUMBER Property
    In This Topic
    Connection point number # 16001.
    Syntax
    public PropertyValue SYMB_CONNECTIONNUMBER {get; set;}
    public:
    property PropertyValue^ SYMB_CONNECTIONNUMBER {
       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 100.

    Internal connection point number. Either a consecutive number or a "n" (for a variable connection number) or a "z" (for the last connection point with a variable connection number).

    See Also