Click or drag to resize

CSPlaneIDList Constructor

Initializes a new instance of the CSPlaneIDList class.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSPlaneIDList(
	IEnumerable<CSPlaneID> ids
)

Parameters

ids  IEnumerableCSPlaneID
The plane identifiers to include.
See Also