GridPlaneCollectionItem(CSPlaneID) Property |
Gets or sets the grid plane with the specified identifier.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic GridPlane? this[
CSPlaneID planeid
] { get; set; }Parameters
- planeid CSPlaneID
- The plane identifier.
Return Value
GridPlaneThe matching grid plane, or
if none exists.
See Also