ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeCursorBase Class
Members

In This Topic
    RealtimeCursorBase Class
    In This Topic
    Abstract class for common functionality for a real-time cursor. See RealtimeCursor.
    Syntax
    public abstract class RealtimeCursorBase : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
    Public MustInherit Class RealtimeCursorBase 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements System.IDisposable 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Realtime.RealtimeCursorBase
             ArcGIS.Core.Data.Knowledge.KnowledgeGraphCursor
             ArcGIS.Core.Data.Realtime.RealtimeCursor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also