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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Type designation of the connection part, e.g., the type number of the wire type, pipe type or tube type. During a part selection, the value entered in parts management in the "Connection data" tab is carried over to this property. But the value can also be entered manually.

    See Also