ArcObjects Component Help  (Core)    

IFeatureClassWrite Interface

Provides access to low level.

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 FeatureClass Object.