This document is archived and information here might be outdated. Recommended version. |
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*