API Help
Eplan.EplApi.DataModel Namespace / IArticleInfo Interface / nCount Property

In This Topic
    nCount Property (IArticleInfo)
    In This Topic
    Returns the count of the Article.
    Syntax
    uint nCount {get; set;}
    property uint nCount {
       uint get();
       void set (    uint value);
    }
    See Also