Click or drag to resize

StraightLineAsPolylineD3DCopyTo Method

Copies the elements of the ICollectionT to an Array, starting at a particular Array index.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyTo(
	PointD3D[] array,
	int arrayIndex
)

Parameters

array  PointD3D
The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing.
arrayIndex  Int32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also