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.2.419.0 (24.2.419.0)
Syntax public void FillArray(
int recordIndex,
Object[] values
)
Public Sub FillArray (
recordIndex As Integer,
values As Object()
)
public:
void FillArray(
int recordIndex,
array<Object^>^ values
)
member FillArray :
recordIndex : int *
values : Object[] -> unit
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 See Also