Click or drag to resize

G3DCoordinateSystemGetNameOfPlane Method

Gets the name of the provided plane.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract string GetNameOfPlane(
	CSPlaneID planeId
)

Parameters

planeId  CSPlaneID
The plane identifier.

Return Value

String
The name of the provided plane.
See Also