This document is archived and information here might be outdated.  Recommended version.


ObjectLoader Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Classes > O > ObjectLoader Class
ArcGIS Developer Help

ObjectLoaderClass Class

Loads data into an existing object class.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Extended Error Information

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

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)

Remarks

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:

 

See Also

IFieldChecker Interface | IEnumInvalidObject Interface