Click or drag to resize

GridPlaneCollectionContains Method

Determines whether a grid plane with the specified identifier exists.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	CSPlaneID planeid
)

Parameters

planeid  CSPlaneID
The plane identifier.

Return Value

Boolean
if a matching grid plane exists; otherwise, .
See Also