Feature Inspector for Engine.
Product Availability
Description
This object is new at ArcGIS 9.3.
This CoClass represents the default feature inspector associated with the EngineEditor. It has been made CoCreateable so that customized feature inspectors can incorporate it.
To create your own custom property inspector for a specific feature class, implement the IEngineFeatureInspector interface. For example, you may want to have a custom Property Inspector that displays the area and perimeter of selected polygons or one that displays an image relating to the selected feature.
Instantiate a new EngineFeatureInspector when you want to incorporate the default Property Inspector with your custom one.
Interfaces
Interfaces | Description |
---|---|
IEngineExtendedObjectInspector | Provides access to additional members that control a custom feature's property inspector. |
IEngineObjectInspector | Provides access to members that control a custom feature's property inspector. |
Event Interfaces
Interfaces | Description |
---|---|
ISelectionEvents (default) | Provides access to events that occur when the selection changes. |
Working with Events
When working with EngineFeatureInspector's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pEngineFeatureInspector as EngineFeatureInspector