IndexSet.CopyTo Method

Spotfire 14.0 API Reference
Copies the indexes in the set to the array starting at the offset.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 62.0.18910.3423 (62.0.18910.3423)
Syntax

C#
public void CopyTo(
	int[] array,
	int index
)

Parameters

array
Type:System.Int32[]
Int32 array
index
Type: System.Int32
Array offset
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionIf Capacity + index > array.Length.
Version Information


See Also

Reference