ArcObjects Library Reference (Editor)  

AttributeWindow Class

Dialog for inspecting selected/editable features.

AttributeWindow is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IAttributeWindow Provides access to the Attribute Window.
IExtension (esriSystem) Provides access to members that define an extension.

Event Interfaces

Interfaces Description
IAttributeWindowEvents (default) Provides access to Attribute Inspector events. Implement it to listen to specific events that occur when the Attribute Inspector is used.

Remarks

The AttributeWindow is an Editor extension that provides a window for viewing additional information about selected features involved in the current edit session. The attributes window has two panels: the left panel lists the selected features, and the right panel houses an object inspector.

ArcMap ships with a default object inspector called the FeatureInspector, which facilitates attribute editing. A custom object inspector may be associated with Geodatabase feature classes; in this case, the custom inspector will show up in the right attributes window panel whenever a feature that belongs to one of these features classes is selected in the left panel.

Right-clicking a feature listed in the attributes window reveals a context menu with commands such as Highlight and Zoom To. This menu is not customizable; you cannot add or remove commands from this menu.

 

 

Working with Events

[Visual Basic 6.0]

When working with AttributeWindow's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pAttributeWindow as AttributeWindow