Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalPlacement Class / Layer Property

Layer Property (GraphicalPlacement)
Gets or sets object's graphical layer. If object is not assigned to a project (Project is null), null is returned
Syntax
public virtual GraphicalLayer Layer {get; set;}
Exceptions
ExceptionDescription
Thrown, if changing object's layer failed.
Thrown if layer passed as parameter is not valid (property Eplan::EplApi::DataModel::Graphics::GraphicalLayer: returns false).
See Also