ArcObjects Library Reference (Controls) |
|
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 (Code Files:
TabbedInspector)