Eplan Platform API
Eplan.EplApi.DataModel.Topology Namespace / SegmentPropertyList Class / CABLINGSEGMENT_DUCT_TYPE Property / CABLINGSEGMENT_DUCT_TYPE Property

In This Topic
    CABLINGSEGMENT_DUCT_TYPE Property
    In This Topic
    Topology: Routing path type (routing path) # 20345.
    Syntax
    public PropertyValue CABLINGSEGMENT_DUCT_TYPE {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_DUCT_TYPE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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