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


IFeatureClassWrite Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassWrite Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IFeatureClassWrite

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.