RealtimeRow Class Members
In This Topic
The following tables list the members exposed by RealtimeRow.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Handle |
Gets the opaque handle to the underlying native object.
(Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Item | Overloaded.
Gets and sets the value of a field given its index position.
This indexer can be called on any thread.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | FindField |
Gets the index position for a field by name.
This method can be called on any thread.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetFields | Gets a IReadOnlyList containing the fields of the RealtimeRow. This method can be called on any thread. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetObjectID |
Gets the object ID of the row.
This method can be called on any thread.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetRowSource |
Returns the source of this real-time row.
This method can be called on any thread.
|
Top
See Also