GridPlaneCollectionContains Method |
Determines whether a plane with the specified identifier exists.
Namespace: Altaxo.Graph.Gdi.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
Booleantrue if the collection contains the specified plane; otherwise,
false.
See Also