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

In This Topic
    CABLING_DUCT_TYPES(Int32) Property
    In This Topic
    Topology: Routing path types # 20344. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CABLING_DUCT_TYPES( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLING_DUCT_TYPES {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is read-only..

    This property outputs the routing path types of the routing paths that a connection routed in the routing path network or a routed cable runs through.

    See Also