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.2.419.0 (24.2.419.0)
Syntax public Object[] GetValues(
int recordIndex
)
Public Function GetValues (
recordIndex As Integer
) As Object()
public:
array<Object^>^ GetValues(
int recordIndex
)
member GetValues :
recordIndex : int -> Object[]
Parameters
- recordIndex
- Type: SystemInt32
The index of the entity record from which to get the values.
Return Value
Type:
ObjectThe values in the record, each element corresponding to a property in
Properties.
See Also