This document is archived and information here might be outdated. Recommended version. |
Provides access to low level.
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.
Name | 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. |
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. |