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

In This Topic
    Block Property
    In This Topic
    Returns a block which this SymbolReference object is part of. If this object is not a part of any block, this property returns NULL.
    Syntax
    public Block Block {get;}
    public:
    property Block^ Block {
       Block^ get();
    }
    See Also