Click or drag to resize

GridPlaneCollectionItem(CSPlaneID) Property

Gets or sets the grid plane with the specified identifier.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GridPlane? this[
	CSPlaneID planeid
] { get; set; }

Parameters

planeid  CSPlaneID
The plane identifier.

Return Value

GridPlane
The matching grid plane, or if none exists.
See Also