API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / CONNECTION_WIRING_PATH Property / CONNECTION_WIRING_PATH(Int32) Property

In This Topic
    CONNECTION_WIRING_PATH(Int32) Property
    In This Topic
    Layout space: Routing track # 31095. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_WIRING_PATH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRING_PATH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property stores routing paths and routing ranges that a routed connection in the layout space runs through.

    See Also