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

In This Topic
    SchemaBuilder Constructor(Geodatabase)
    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
    SchemaBuilder does not support this type of geodatabase
    geodatabase is null.
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    The only types of geodatabases supported by the schema builder are file, enterprise, memory, and mobile geodatabases.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also