Provides access to events that happen when a feature is split or merged.
| Description | ||
|---|---|---|
![]() |
InitShape | Initialize the shape. |
![]() |
OnMerge | An after event that is fired when Features have been merged, on each deleted input Feature. |
![]() |
OnSplit | An after event that is fired when a Feature is split, on the deleted input Feature. |
| CoClasses and Classes | Description |
|---|---|
| AnnotationFeature (esriCarto) | An ESRI annotation feature. |
| ComplexEdgeFeature | ESRI Complex edge geometric network feature. |
| ComplexJunctionFeature | ESRI Complex junction geometric network feature. |
| CoverageAnnotationFeature | ESRI Coverage Annotation Feature. |
| DimensionFeature (esriCarto) | ESRI Dimension Feature class. |
| Feature | ESRI Feature. |
| GeocodedFeature (esriLocation) | A feature created by a locator. |
| NALocationFeature (esriNetworkAnalyst) | A network location which can be used like feature a row. |
| NATraversalResultElement (esriNetworkAnalyst) | An individual element in a traversal result. |
| RasterCatalogItem | Raster Catalog Feature Class. |
| SimpleEdgeFeature | ESRI Geometric network edge feature. |
| SimpleJunctionFeature | ESRI Geometric network simple junction feature. |
| TemporalFeature (esriTrackingAnalyst) | Controls properties of the Temporal Feature object. |
| TopologyErrorFeature | ESRI Topology Error Feature. |
IFeatureEvents interface is only relevant to custom features, and so it is currently limited to C++ programmers. For simple features, these methods are triggered by the geodatabase, but no action is taken. If you create a custom feature, you may choose to re-implement IFeatureEvents to achieve certain functionality. IRowEvents complements this interface.
IFeature Interface | IFeatureCursor Interface