StraightLineAsPolylineD3DCopyTo Method |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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