ArcObjects Library Reference (Carto)  

IGraphicsContainerSelect.SelectElement Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Adds the specified element to the element selection and fires the IActiveViewEvents::SelectionChanged event.

See Also

IGraphicsContainerSelect Interface