Unselects the specified elements.
[Visual Basic .NET] Public Sub UnselectElements ( _ ByVal Elements As IEnumElement _ )
[C#] public void UnselectElements ( IEnumElement Elements );
[C++]
HRESULT UnselectElements(
IEnumElement* Elements
);
[C++]Parameters
Elements [in]Elements is a parameter of type IEnumElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Removes the specified elements from the element selection and fires the IActiveViewEvents::SelectionChanged event.