API Help
Eplan.EplApi.DataModel.Topology Namespace / SegmentPropertyList Class / CABLINGSEGMENT_DUCT_TYPE Property / CABLINGSEGMENT_DUCT_TYPE(Int32) Property

In This Topic
    CABLINGSEGMENT_DUCT_TYPE(Int32) Property
    In This Topic
    Topology: Routing path type (routing path) # 20345. This property isn't indexed.
    Syntax
    public PropertyValue CABLINGSEGMENT_DUCT_TYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_DUCT_TYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Specifies the way in which connections or cables are routed in this routing path (for example pipe, cable duct, cable platform, etc.). This results in the routing path type of the connections / cables that are routed in this routing path (property Topology: Routing path types (ID 20344)).

    See Also