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.
public SchemaBuilder( Geodatabase geodatabase )
Public Function New( _ ByVal geodatabase As Geodatabase _ )
Exception | Description |
---|---|
System.ArgumentException | The schema builder only supports file, enterprise, and memory geodatabases. |
System.ArgumentNullException | geodatabase is null. |
Target Platforms: Windows 11, Windows 10