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.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax int[] CurrentLayer { set; }
Property Value
Int32Remarks 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