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

In This Topic
    CreateRow Method (DimensionFeatureClass)
    In This Topic
    Creates a new dimension feature in the feature class with a system assigned object ID. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public new DimensionFeature CreateRow( 
       RowBuffer featureBuffer
    )
    Public Shadows Function CreateRow( _
       ByVal featureBuffer As RowBuffer _
    ) As DimensionFeature

    Parameters

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

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also