![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > G > GdbImporter CoClass (ArcObjects .NET 10.5 SDK) |
Esri Geodatabase Importer object.
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
Interfaces | Description |
---|---|
IGdbXmlImport | Provides access to members that support importing a geodatabase from XML. |
ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
Interfaces | Description |
---|---|
IFeatureProgress (default) | Provides access to members used to handle events from converting featureclass/table. |
IOperationProgress | Provides access to members that monitor the progress of an operation such as exporting geodatabase to XML. |
When working with GdbImporter's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pGdbImporter as GdbImporter
When implementing IOperationProgress declare variables as follows:
Private WithEvents pOperationProgress as OperationProgress