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


IGraphicsContainerSelect.UnselectElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerSelect Interface > IGraphicsContainerSelect.UnselectElement Method
ArcGIS Developer Help

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