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

In This Topic
    MoveNext Method (PluginCursorTemplate)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also