G3DCoordinateSystemGetNameOfPlane Method |
Gets the name of the provided plane.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract string GetNameOfPlane(
CSPlaneID planeId
)
Parameters
- planeId CSPlaneID
- The plane identifier.
Return Value
StringThe name of the provided plane.
See Also