ArcGIS Pro 2.9 API Reference Guide
GetCurrentRow Method

ArcGIS.Core.Data.PluginDatastore Namespace > PluginCursorTemplate Class : GetCurrentRow Method
Gets the current PluginRow in this concrete instance of PluginCursorTemplate.
Syntax
public abstract PluginRow GetCurrentRow()
Public MustOverride Function GetCurrentRow() As PluginRow

Return Value

An instance of PluginRow if the cursor has not advanced past the end of the table; otherwise, null.
Remarks
If MoveNext returns false, the framework will not call GetCurrentRow.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PluginCursorTemplate Class
PluginCursorTemplate Members