Click or drag to resize

XYZPlotLayerGetNameOfChildObject Method

Retrieves the name of the provided object.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override string? GetNameOfChildObject(
	IDocumentLeafNode o
)

Parameters

o  IDocumentLeafNode
The object for which the name should be found.

Return Value

String
The name of the object. Null if the object is not found. String.Empty if the object is found but has no name.

Implements

INamedObjectCollectionGetNameOfChildObject(IDocumentLeafNode)
See Also