ArcGIS Pro 2.6 API Reference Guide
GetFields Method (RowCursor)

ArcGIS.Core.Data Namespace > RowCursor Class : GetFields Method
Gets the readonly list of Fields present in the cursor. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<Field> GetFields()
Public Function GetFields() As IReadOnlyList(Of Field)

Return Value

The readonly list of Fields present in the cursor.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RowCursor Class
RowCursor Members