ArcGIS Pro 3.3 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.

In This Topic
    CreateRow Method (CatalogDataset)
    In This Topic
    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
    Public Shadows Function CreateRow( _
       ByVal featureBuffer As RowBuffer _
    ) As CatalogDatasetFeature

    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