I'm writing code to delete an Item Type library from a DGN file. ItemTypeLibrary.Delete()
returns a SchemaDeleteStatus
value. While some values are clear, what do the following mean?
- SCHEMADELETE_ProviderNotFound: what is the provider if not the active DGN file — a DGNLib?
- SCHEMADELETE_ProviderDoesNotSupportDelete: presumably because it's attached read-only?
- SCHEMADELETE_SchemaHasStoredInstances: instances that are attached to DGN elements, or something else?
- SCHEMADELETE_SchemaIsReferenced: referenced by what — another schema or something else?