Click or drag to resize

CSPlaneIDListCopyTo Method

Copies the list contents to an array.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyTo(
	CSPlaneID[] array,
	int arrayIndex
)

Parameters

array  CSPlaneID
The destination array.
arrayIndex  Int32
The zero-based destination index.
See Also