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

In This Topic
    FUNC_CABLEWIRECOUNT(Int32) Property
    In This Topic
    Cable / Conduit: Number of connections # 20042. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLEWIRECOUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLEWIRECOUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Number of conductors in the cable or number of tubes in the conduit.

    See Also