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

In This Topic
    FUNC_CABLE_DONT_COUNT_CABLE(Int32) Property
    In This Topic
    Do not use cable when adding up cable lengths # 20060. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLE_DONT_COUNT_CABLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_DONT_COUNT_CABLE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Omits the cable from the summing of the cable lengths.

    See Also