GridPlaneCollectionItem(CSPlaneID) Property |
Gets or sets the plane with the specified identifier.
Namespace: Altaxo.Graph.Gdi.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.
Property Value
GridPlane
See Also