This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineObjectInspector Interface > IEngineObjectInspector.Inspect Method (ArcObjects .NET 10.4 SDK) |
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