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

In This Topic
    FUNCTION3D_ROUTING_SEGMENT_CROSSSECTION(Int32) Property
    In This Topic
    Routing path / Curve: Cross-section # 36029. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_ROUTING_SEGMENT_CROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ROUTING_SEGMENT_CROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Cross-section of a routing path or curve. Is used for calculating the fill capacity of channel.

    See Also