This document is archived and information here might be outdated. Recommended version. |
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*
Removes the specified elements from the element selection and fires the IActiveViewEvents::SelectionChanged event.