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

In This Topic
    FUNCTION3D_ROUTING_SEGMENT_LENGTH_AUTOMATIC(Int32) Property
    In This Topic
    Routing path / Curve: Length (automatic) # 36028. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_ROUTING_SEGMENT_LENGTH_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ROUTING_SEGMENT_LENGTH_AUTOMATIC {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    This property is read-only..

    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. Shows the content of the manually entered length or, when that is empty, the geometric length in the layout space.

    See Also