ArcObjects Library Reference (GeoDatabase)  

IFeatureClassWrite Interface

Provides access to low level.

Product Availability

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

When To Use

The IFeatureClassWrite interface provides low-level write access to feature class data.  Any associated object behavior is not triggered. In general, IFeatureClassWrite should only be used when implementing custom features that bypass IRow::Store.

Members

Description
Method RemoveFeature Deletes a feature from the database, does not trigger OnDelete event.
Method RemoveFeatures Deletes a set of features from the database, does not trigger OnDelete events.
Method WriteFeature Stores a feature to the database, does not trigger OnStore event.
Method WriteFeatures Stores a set of features to the database, does not trigger OnStore events.

CoClasses that implement IFeatureClassWrite

CoClasses and Classes Description
FeatureClass Esri Feature Class object.
RasterCatalog A collection of raster datasets in a Geodatabase table.
SchematicInMemoryFeatureClass (esriSchematic) Schematic in memory feature class object.
TemporalRecordSet (esriTrackingAnalyst) Defines the COM coclass for the TemporalRecordSet COM object.