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

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

ArcGIS Pro version: 3 or higher.
See Also