Eplan Platform API
Eplan.EplApi.DataModel Namespace / Block Class / Count Property

In This Topic
    Count Property (Block)
    In This Topic
    Number of objects in the block.
    Syntax
    public int Count {get;}
    public:
    property int Count {
       int get();
    }
    Exceptions
    ExceptionDescription
    Thrown when operation get has failed.
    Remarks
    This field shows the number of objects included in the block. A SymbolReference object, even if it's a part of the block, is not included.
    See Also