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

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

    Property Value

    Count of parts.
    See Also