API Help
Eplan.EplApi.DataModel Namespace / DeviceListEntryPropertyList Class / DEVICELISTENTRY_COUNTUSED Property / DEVICELISTENTRY_COUNTUSED(Int32) Property

In This Topic
    DEVICELISTENTRY_COUNTUSED(Int32) Property
    In This Topic
    Used unit quantity # 23205. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DEVICELISTENTRY_COUNTUSED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DEVICELISTENTRY_COUNTUSED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Indicates how often a part was actually used in the project. (The part references are counted for this.)

    See Also