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


IGraphicsContainerSelect.UnselectElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicsContainerSelect.UnselectElement Method

Unselects the specified element.

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

Removes the specified element from the element selection and fires the IActiveViewEvents::SelectionChanged event.

See Also

IGraphicsContainerSelect Interface