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


IEngineObjectInspector.Clear 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.Clear Method
ArcGIS Developer Help

IEngineObjectInspector.Clear Method

Clear the inspector before inspecting another object.

[Visual Basic .NET]
Public Sub Clear ( _
)
[C#]
public void Clear (
);
[C++]
HRESULT Clear(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Use this property to reset your custom Feature Inspector control(s). The Clear property is called prior to updating the Inspect property with a new row enumeration.

See Also

IEngineObjectInspector Interface

.NET Samples

Tabbed feature inspector