This document is archived and information here might be outdated.  Recommended version.


IGraphicsContainerSelect.SelectElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerSelect Interface > IGraphicsContainerSelect.SelectElements Method
ArcGIS Developer Help

IGraphicsContainerSelect.SelectElements Method

Selects the specified elements.

[Visual Basic .NET]
Public Sub SelectElements ( _
    ByVal Elements As IEnumElement _
)
[C#]
public void SelectElements (
    IEnumElement Elements
);
[C++]
HRESULT SelectElements(
  IEnumElement* Elements
);
[C++]
Parameters
Elements [in]

Elements is a parameter of type IEnumElement*

Product Availability

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

Remarks

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

See Also

IGraphicsContainerSelect Interface