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

In This Topic
    RefCount Property
    In This Topic
    Number of references.
    Syntax
    public int RefCount {get;}
    public:
    property int RefCount {
       int get();
    }
    Exceptions
    ExceptionDescription
    Thrown when operation get has failed.
    Remarks
    This field shows how many references to this block are placed in the project. (At present, only one reference can be created.)
    See Also