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

In This Topic
    FUNC_CABLEWIRECROSSSECTION(Int32) Property
    In This Topic
    Cable / Conduit: Cross-section / diameter # 20043. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLEWIRECROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLEWIRECROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    Default value for the connection cross-section or connection diameter of the conductors of the cable or of the tubes in the conduit. All connections are assigned by default the same value for the connection cross-section or connection diameter.

    See Also