ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / DifferenceCursor Class / MoveNext Method

In This Topic
    MoveNext Method (DifferenceCursor)
    In This Topic
    Advances to the next Row in this DifferenceCursor. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool MoveNext()
    Public Function MoveNext() As Boolean

    Return Value

    true if the cursor has successfully advanced to the next difference row; false if the cursor has passed the end of the collection.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also