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

In This Topic
    CABLINGSEGMENT_CROSSSECTION(Int32) Property
    In This Topic
    Topology: Routing path cross-section # 20248. This property isn't indexed.
    Syntax
    public PropertyValue CABLINGSEGMENT_CROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_CROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Indicates the fill capacity of the routing path, and serves as a basis for calculating the fill capacity. If no routing path cross-section is entered, the fill capacity will not be calculated either.

    See Also