Click or drag to resize

RawEntityDataTEntityFillArray Method

Fills an array from a specified record in the data set. The array must contain one element for each property in Properties and on return of the array will be filled with values in the same order.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void FillArray(
	int recordIndex,
	Object[] values
)

Parameters

recordIndex
Type: SystemInt32
The index of the entity record from which to get the values.
values
Type: SystemObject
On input, an array of the same length as Properties. On return, the values in the record corresponding to the Properties.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when values is .
See Also