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


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

IObjectInspector.Clear Method

Clear the inspector before inspecting another object.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the Clear 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

IObjectInspector Interface