public virtual GraphicalLayer Layer {get; set;}
public: virtual property GraphicalLayer^ Layer { GraphicalLayer^ get(); void set ( GraphicalLayer^ value); }
public virtual GraphicalLayer Layer {get; set;}
public: virtual property GraphicalLayer^ Layer { GraphicalLayer^ get(); void set ( GraphicalLayer^ value); }
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown, if changing object's layer failed. |
Eplan.EplApi.DataModel.DataModelException | Thrown if layer passed as parameter is not valid (property Eplan::EplApi::DataModel::Graphics::GraphicalLayer: returns false). |