ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicSelection.ClearSelection Method

Removes all of the cached graphics from the set of currently selected graphics.

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicSelection Interface