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 | ||
---|---|---|
RemoveFeature | Deletes a feature from the database, does not trigger OnDelete event. | |
RemoveFeatures | Deletes a set of features from the database, does not trigger OnDelete events. | |
WriteFeature | Stores a feature to the database, does not trigger OnStore event. | |
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. |