This document is archived and information here might be outdated. Recommended version. |
Unselects the specified element.
[Visual Basic .NET] Public Sub UnselectElement ( _ ByVal Element As IElement _ )
[C#] public void UnselectElement ( IElement Element );
[C++]
HRESULT UnselectElement(
IElement* Element
);
[C++] Parameters Element [in]
Element is a parameter of type IElement*
Removes the specified element from the element selection and fires the IActiveViewEvents::SelectionChanged event.