This document is archived and information here might be outdated.  Recommended version.


IObjectInspectorPanel Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IO > IObjectInspectorPanel Interface
ArcGIS Developer Help

IObjectInspectorPanel Interface

Provides access to members that control the default object property inspector.

Product Availability

Available with ArcGIS Desktop.

When To Use

This interface will be removed.  Please do not attempt to implement it.

Members

Name Description
Read-only property Field Attribute field by index.
Read-only property FieldCount The number of attribute fields displayed.
Read-only property Rows The row or rows being inspected.
Read/write property SelectedField The index of the selected field, or -1.
Read-only property Table The table being edited.

Classes that implement IObjectInspectorPanel

Classes Description
FeatureInspector Default feature inspector for the Editor.

Remarks

This interface is not useful to 3rd party developers.  It was designed for internal implementation of the right hand panel on the Object Inspector.

See Also

FeatureInspector Class | IObjectInspector Interface