ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.Mapping Namespace / CatalogDataset Class / CreateRow Method
An ArcGIS.Core.Data.RowBuffer with the field values to be set for the new feature.
Version

CreateRow Method (CatalogDataset)
Creates a new catalog dataset feature in the feature class with a system assigned object ID. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

featureBuffer
An ArcGIS.Core.Data.RowBuffer with the field values to be set for the new feature.

Return Value

Exceptions
ExceptionDescription
featureBuffer is null.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also