Click or drag to resize

HostLayerGetDefaultNameOfLayer Method

Returns the document name of the layer at index i. Actually, this is a name of the form L0, L1, L2 and so on.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetDefaultNameOfLayer(
	IList<int> layerIndex
)

Parameters

layerIndex  IListInt32
The layer index.

Return Value

String
The name of the layer at index i.
See Also