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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property specifies whether the connection is an individual connection or can be part of a cable, conduit, phase busbar, etc. Possible values are:

    0 = Individual connection

    1 = Cable

    2 = Conduit

    3 = Phase busbar

    4 = Line.

    See Also