ArcObjects Library Reference  (GeoDatabase)    

IObjectClassInfo2 Interface

Provides access to method that indicates whether an object can be modified outside of an edit session.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method CanBypassEditSession Indicates if updates to objects can be safely made outside of an edit session.
Method CanBypassStoreMethod Indicates if updates to objects can bypass the Store method and OnChange notifications for efficiency.

CoClasses that implement IObjectClassInfo2

CoClasses and Classes Description
FeatureClass FeatureClass Object.
NetCDFFeatureClass (esriDataSourcesNetCDF) An in-memory representation of a NetCDF feature class.
NetCDFTable (esriDataSourcesNetCDF) An in-memory representation of a NetCDF table.
ObjectClass ObjectClass Object.
RasterCatalog A collection of raster datasets in a Geodatabase table.
RouteEventSource (esriLocation) Route event source object.
SchematicDiagramClass (esriSchematic) Schematic diagram class object.
SchematicElementClass (esriSchematic) Schematic element class object.
XYEventSource XY event source object.

Remarks

The IObjectClassInfo and IObjectClassInfo2 interfaces provide some additional information to IObjectClass on object classes that may be of interest to some applications.

See Also

IObjectClass Interface

 


Feedback Send feedback on this page