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


IEngineObjectInspector.Inspect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineObjectInspector Interface > IEngineObjectInspector.Inspect Method
ArcGIS Developer Help

IEngineObjectInspector.Inspect Method

Inspects the properties of the features.

[Visual Basic .NET]
Public Sub Inspect ( _
    ByVal objects As IEngineEnumRow, _
    ByVal editor As IEngineEditor _
)
[C#]
public void Inspect (
    IEngineEnumRow objects,
    IEngineEditor editor
);
[C++]
HRESULT Inspect(
  IEngineEnumRow* objects,
  IEngineEditor* editor
);
[C++]
Parameters
objects [in]

objects is a parameter of type IEngineEnumRow* editor [in]
editor is a parameter of type IEngineEditor*

Product Availability

Available with ArcGIS Engine.

Description

Use this method to display your custom Feature Inspector.

The Inspect method provides you with an enumeration of row objects to inspect as well as a pointer to the EngineEditor singleton object. Use the row enumeration to retrieve properties of a feature. Then you can use the EngineEditor object reference to modify properties of a row within the context of an edit operation.

See Also

IEngineObjectInspector Interface

.NET Samples

Tabbed feature inspector