ArcGIS Pro 2.8 API Reference Guide
MoveNext Method (PluginCursorTemplate)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginCursorTemplate Class : MoveNext Method
Advances to the next PluginRow in this concrete instance of PluginCursorTemplate.
Syntax
public abstract bool MoveNext()
Public MustOverride Function MoveNext() As Boolean

Return Value

true if the cursor has successfully advanced to the next row; otherwise, false.
Remarks
If MoveNext returns false, the framework will not call GetCurrentRow.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PluginCursorTemplate Class
PluginCursorTemplate Members