RealtimeRow Class Methods
In This Topic
For a list of all members of this type, see RealtimeRow members.
Public Methods
| Name | Description |
 | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | FindField |
Gets the index position for a field by name.
This method can be called on any thread.
|
 | GetFields | Gets a IReadOnlyList containing the fields of the RealtimeRow. This method can be called on any thread. |
 | GetObjectID |
Gets the object ID of the row.
This method can be called on any thread.
|
 | GetRowSource |
Returns the source of this real-time row.
This method can be called on any thread.
|
Top
See Also