CSPlaneIDListCopyTo Method |
Copies the list contents to an array.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyTo(
CSPlaneID[] array,
int arrayIndex
)
Parameters
- array CSPlaneID
- The destination array.
- arrayIndex Int32
- The zero-based destination index.
See Also