ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphCursor Class


In This Topic
    KnowledgeGraphCursor Class Methods
    In This Topic

    For a list of all members of this type, see KnowledgeGraphCursor members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public Method Gets the index of the specified key. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get an error object with an error code and error message from the cursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the readonly list of ArcGIS.Core.Data.Fields present in the cursor. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public Method Get a boolean indicating whether the cursor has an error. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the readonly list of keys associated with the original query string. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the state of this real-time cursor. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public MethodAdvances to the next KnowledgeGraphRow in the graph row cursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodUnsubscribes this real-time cursor from the ArcGIS.Core.Data.Realtime.RealtimeTable events. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Top
    See Also