IGraph3DViewSetLayerStructure Method |
Sets the number of layers that are in the graph. The view has to reflect the change in the number of layers
by adjusting the number of layer buttons or similar. The current layer number should be preserved.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetLayerStructure(
NGTreeNode structure,
int[] currentLayerNumber
)
Parameters
- structure NGTreeNode
- The layer tree to display.
- currentLayerNumber Int32
- The currently active layer index path.
See Also