ArcObjects Library Reference  (Carto)    

IGraphicsContainerSelect.SelectElement Method

Selects the specified element.

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

 


Feedback Send feedback on this page