Click or drag to resize

IGraph3DViewCurrentLayer Property

Sets the currently active layer. If the view has some means to show the currently active layer (like a toolbar or so), it has to indicate the current active layer by setting the state of this indicator.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int[] CurrentLayer { set; }

Property Value

Int32
Remarks
The view must not send back a event, if the current layer is changed by this property. It should only send the CurrentLayerChanged event to the controller, if the _user_ changed the current layer.
See Also