Click or drag to resize

Graph3DControllerEhView_CurrentLayerChoosen Method

Handles the selection of the current layer by the user.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void EhView_CurrentLayerChoosen(
	int[] currLayer,
	bool bAlternative
)

Parameters

currLayer  Int32
The current layer number as selected by the user.
bAlternative  Boolean
Normally false, can be set to true if the user clicked for instance with the right mouse button on the layer button.
See Also