Click or drag to resize

GridPlaneCollectionItem(CSPlaneID) Property

Gets or sets the plane with the specified identifier.

Namespace: Altaxo.Graph.Gdi.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.

Property Value

GridPlane
See Also