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

In This Topic
    FUNC_CABLE_AUTO_CROSSSECTION_UNIT(Int32) Property
    In This Topic
    Cable / Conduit: Cross-section / diameter with unit # 20070. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_CABLE_AUTO_CROSSSECTION_UNIT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_AUTO_CROSSSECTION_UNIT {
       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..

    Cross-section or diameter of the connections in the cable or conduit, including units, automatically determined.

    See Also