API Help
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / CONNECTION_DESIGNATION Property / CONNECTION_DESIGNATION(Int32) Property

In This Topic
    CONNECTION_DESIGNATION(Int32) Property
    In This Topic
    Connection designation # 31011. This property isn't indexed.
    Syntax
    public MDPropertyValue CONNECTION_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ CONNECTION_DESIGNATION {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Designation of the connection.

    See Also