public GraphicalLayer Layer {get; set;}
public: property GraphicalLayer^ Layer { GraphicalLayer^ get(); void set ( GraphicalLayer^ value); }
public GraphicalLayer Layer {get; set;}
public: property GraphicalLayer^ Layer { GraphicalLayer^ get(); void set ( GraphicalLayer^ value); }
Exception | Description |
---|---|
System.ArgumentException | Thrown, while setting if new layer is not a 3D layer. |
Eplan.EplApi.Base.BaseException | Thrown, if changing object's layer failed. |