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


IGraphicsSelection.SelectElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsSelection Interface > IGraphicsSelection.SelectElement Method
ArcGIS Developer Help

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