API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / CABLING_PATH Property / CABLING_PATH(Int32) Property

In This Topic
    CABLING_PATH(Int32) Property
    In This Topic
    Topology: Routing track # 20237. This property isn't indexed.
    Syntax
    public PropertyValue CABLING_PATH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLING_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 that a connection routed in the routing path network or a routed cable runs through.

    See Also