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


IGraphicsSelection.SelectElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IGraphicsSelection.SelectElement Method

Selects the specified element.

[Visual Basic .NET]
Public Sub SelectElement ( _
    ByVal pElement As IElement _
)
[C#]
public void SelectElement (
    IElement pElement
);
[C++]
HRESULT SelectElement(
  IElement* pElement
);
[C++]

Parameters pElement [in]
pElement is a parameter of type IElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGraphicsSelection Interface