Click or drag to resize

RawEntityDataTEntityGetEntityIdentifier Method

Gets the entity identifier from a specified record in the data set.

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 GetEntityIdentifier(
	int recordIndex
)

Parameters

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

Return Value

Type: Object
The identifier.
Exceptions
ExceptionCondition
InvalidOperationException The data set does not contain the EntityIdentifier property.
See Also