Eplan Platform API
Eplan.EplApi.DataModel Namespace / Article.Module Class / Count Property

In This Topic
    Count Property (Article.Module)
    In This Topic
    Returns count of parts of the same kind contained in this Module.
    Syntax
    public int Count {get; set;}
    public:
    property int Count {
       int get();
       void set (    int value);
    }

    Property Value

    Count of parts.
    See Also