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.
| 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 and Classes | Description |
|---|---|
| FeatureClass | FeatureClass Object. |
| NetCDFFeatureClass (esriDataSourcesNetCDF) | An in-memory representation of a NetCDF feature class. |
| RasterCatalog | A collection of raster datasets in a Geodatabase table. |