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