ArcObjects Library Reference (Editor)  

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