Click or drag to resize

RawEntityDataTEntityGetValues Method

Gets the values from a specified record in the data set. The returned array will contain one element for each property in Properties and will be 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 Object[] GetValues(
	int recordIndex
)

Parameters

recordIndex
Type: SystemInt32
The index of the entity record from which to get the values.

Return Value

Type: Object
The values in the record, each element corresponding to a property in Properties.
See Also