Public Function New( _ ByVal geodatabase As Geodatabase _ )
public SchemaBuilder( Geodatabase geodatabase )
Parameters
- geodatabase
- The ArcGIS.Core.Data.Geodatabase where the schema operations will take place.
Public Function New( _ ByVal geodatabase As Geodatabase _ )
public SchemaBuilder( Geodatabase geodatabase )
| Exception | Description |
|---|---|
| System.ArgumentException | SchemaBuilder does not support this type of geodatabase |
| System.ArgumentNullException | geodatabase is null. |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)