Click or drag to resize

IPlotAreaUpdateCSPlaneID Method

Updates the logical value of a plane id in case it uses a physical value.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
CSPlaneID UpdateCSPlaneID(
	CSPlaneID id
)

Parameters

id  CSPlaneID
The plane identifier.

Return Value

CSPlaneID
The plane identifier with an updated logical value.
See Also