ArcObjects Library Reference (3DAnalyst)  

IGraphicsSelection.UnselectElement Method

Unselects the specified element.

[Visual Basic .NET]
Public Sub UnselectElement ( _
    ByVal pElement As IElement _
)
[C#]
public void UnselectElement (
    IElement pElement
);
[C++]
HRESULT UnselectElement(
  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