This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerSelect Interface > IGraphicsContainerSelect.SelectElement Method (ArcObjects .NET 10.4 SDK) |
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.