ArcGIS Pro 2.6 API Reference Guide
MoveNext Method (DifferenceCursor)

ArcGIS.Core.Data Namespace > DifferenceCursor Class : MoveNext Method
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 10, Windows 8.1, Windows 7

See Also

Reference

DifferenceCursor Class
DifferenceCursor Members