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

In This Topic
    SchemaBuilder Constructor
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also