Click or drag to resize

RawEntityDataTEntityRecordCount Property

Gets the number of entity records in the data set. Each record represents one update to one entity. The overall data set may contain multiple distinct entities, multiple updates to a single entity, or both.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int RecordCount { get; }

Property Value

Type: Int32
See Also