This document is archived and information here might be outdated. Recommended version. |
Loads data into an existing object class.
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 |
---|---|
IConnectionPointContainer (esriDisplay) | |
IFeatureProgress (esriGeoDatabase) | Provides access to members used to handle events from converting featureclass/table. |
IObjectLoader | Provides access to members that are used to load an object to an existing featureclass or table. |
IObjectLoader2 | Provides access to members that are used to load an object to an existing featureclass or table. |
ISupportErrorInfo (esriSystem) |
ObjectLoader corresponds to the ArcMap object loader, which can be used in an edit session to import data into an existing feature class.
Some other objects and interfaces are useful in support of ObjectLoader and perform the following functions: