API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_CABLEWIRECOUNTANDCROSSSECTION Property / FUNC_CABLEWIRECOUNTANDCROSSSECTION(Int32) Property

In This Topic
    FUNC_CABLEWIRECOUNTANDCROSSSECTION(Int32) Property
    In This Topic
    Cable / Conduit: Number of connections and cross-section / diameter # 20053. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_CABLEWIRECOUNTANDCROSSSECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLEWIRECOUNTANDCROSSSECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Displays the number of connections multiplied by the cross-section (or diameter), separated by "x".

    See Also