Click or drag to resize

CSPlaneID   Conversion (CSPlaneID to CSLineID)

Converts a 2D plane identifier to the corresponding line identifier.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static explicit operator CSLineID (
	CSPlaneID plane
)

Parameters

plane  CSPlaneID
The plane identifier.

Return Value

CSLineID

[Missing <returns> documentation for "M:Altaxo.Graph.CSPlaneID.op_Explicit(Altaxo.Graph.CSPlaneID)~Altaxo.Graph.CSLineID"]

See Also