GridPlaneCollectionContains Method |
Determines whether a grid plane with the specified identifier exists.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
CSPlaneID planeid
)
Parameters
- planeid CSPlaneID
- The plane identifier.
Return Value
Boolean if a matching grid plane exists; otherwise,
.
See Also