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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Manually entered length of a routing path or curve placed in the layout space. Is used during routing to calculate the precise length of the associated connection.

    See Also