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

In This Topic
    FUNC_CABLE_AUTO_LENGTH(Int32) Property
    In This Topic
    Cable / Conduit: Length in unit of the project # 20078. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_CABLE_AUTO_LENGTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_AUTO_LENGTH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    This property is read-only..

    Length of the cable or conduit converted into the units defined in the project settings. The units are not displayed.

    See Also