ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / SchemaBuilder Class / SchemaBuilder Constructor
The ArcGIS.Core.Data.Geodatabase where the schema operations will take place.

SchemaBuilder Constructor
Creates a schema builder object based on the input ArcGIS.Core.Data.Geodatabase. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SchemaBuilder( 
   Geodatabase geodatabase
)

Parameters

geodatabase
The ArcGIS.Core.Data.Geodatabase where the schema operations will take place.
Exceptions
ExceptionDescription
The schema builder only supports file, enterprise, and memory geodatabases.
geodatabase is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also