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.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetDefaultNameOfLayer(
IList<int> layerIndex
)
Parameters
- layerIndex IListInt32
- The layer index.
Return Value
StringThe name of the layer at index i.
See Also