API Help
Eplan.EplApi.DataModel Namespace / Article.ArticleInfo Structure / nCount Property

In This Topic
    nCount Property (Article.ArticleInfo)
    In This Topic
    Sets the count of the Articles.
    Syntax
    public uint nCount {get; set;}
    public:
    property uint nCount {
       uint get();
       void set (    uint value);
    }
    See Also