ArcGIS Pro 2.8 API Reference Guide
HasTrackIDField Method (RealtimeTableDefinition)

ArcGIS.Core.Data.Realtime Namespace > RealtimeTableDefinition Class : HasTrackIDField Method
Gets a value indicating whether this table has a field whose values are used to group rows in tracks. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool HasTrackIDField()
Public Function HasTrackIDField() As Boolean

Return Value

true if this table has a field containing track ids; otherwise, false.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RealtimeTableDefinition Class
RealtimeTableDefinition Members