ArcObjects Library Reference  (Carto)    

IGraphicsContainerSelect.SelectElements Method

Selects the specified elements.

[Visual Basic 6.0]
Sub SelectElements(
    ByVal Elements As IEnumElement _
)
[Visual Basic .NET]
Public Sub SelectElements ( _
    ByVal Elements As IEnumElement _
)
[C#]
public void SelectElements (
    IEnumElement Elements
);
[Java]
public void selectElements (
    IEnumElement Elements
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page