ArcGIS Pro 3.4 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.
Version

CreateRow Method (DimensionFeatureClass)
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
)

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