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.2.419.0 (24.2.419.0)
Syntax public Object GetEntityIdentifier(
int recordIndex
)
Public Function GetEntityIdentifier (
recordIndex As Integer
) As Object
public:
Object^ GetEntityIdentifier(
int recordIndex
)
member GetEntityIdentifier :
recordIndex : int -> Object
Parameters
- recordIndex
- Type: SystemInt32
The index of the entity record from which to get the identifier.
Return Value
Type:
ObjectThe identifier.
Exceptions See Also