GridPlaneCollectionItem(Int32) Property |
Gets the grid plane at the specified index.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic GridPlane this[
int idx
] { get; }Parameters
- idx Int32
- The zero-based index of the grid plane.
Return Value
GridPlaneThe grid plane at the specified index.
See Also