Unselects all elements.
[Visual Basic 6.0]
Sub UnselectAllElements
[Visual Basic .NET]
Public Sub UnselectAllElements ( _
)
[C#] public void UnselectAllElements ( );
[Java] public void unselectAllElements ( ) throws IOException, AutomationException
[C++]
HRESULT UnselectAllElements(
void
);
Clears the element selection and fires the IActiveViewEvents::SelectionChanged event.