API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_CONNECTION_INDEX Property / CONNECTION_CONNECTION_INDEX(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Identifies the connections within a daisy chain in the case of net-based connections.

    See Also