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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Here, the identifier structure of the first routing path of the routing track is entered during the route.

    See Also