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

In This Topic
    DEVICELISTENTRY_COUNTALLOWED(Int32) Property
    In This Topic
    Number allowed # 23201. This property isn't indexed.
    Syntax
    public PropertyValue DEVICELISTENTRY_COUNTALLOWED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DEVICELISTENTRY_COUNTALLOWED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows the number of units of the current part that can be used in the project.

    See Also