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


ISymbologyStyleClass.UnselectItem Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

ISymbologyStyleClass.UnselectItem Method

Unsets the selected item in the SymbologyStyleClass.

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

Product Availability

Available with ArcGIS Engine.

Description

Unselects the item selected in the SymbologyStyleClass.

See Also

ISymbologyStyleClass Interface