ArcGIS Pro 2.9 API Reference Guide
SchemaBuilder Constructor

ArcGIS.Core.Data.DDL Namespace > SchemaBuilder Class : SchemaBuilder Constructor
The ArcGIS.Core.Data.Geodatabase where the schema operations will take place.
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
)
Public Function New( _
   ByVal geodatabase As 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

See Also

Reference

SchemaBuilder Class
SchemaBuilder Members