Click or drag to resize

PlotItemCollectionGetName(Int32) Method

Gets a generated name for this collection.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetName(
	int level
)

Parameters

level  Int32
The nesting level.

Return Value

String
A generated collection name.

Implements

IGPlotItemGetName(Int32)
See Also