Click or drag to resize

HostLayerOnLayerNumberChanged Method

Is called by the parent layer if the index of this layer has changed.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnLayerNumberChanged(
	int newLayerNumber
)

Parameters

newLayerNumber  Int32
The new layer number. This number is cached in _cachedLayerNumber.
See Also