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


IGraphicsContainerSelect.UnselectElements 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.UnselectElements Method
ArcGIS Developer Help

IGraphicsContainerSelect.UnselectElements Method

Unselects the specified elements.

[Visual Basic .NET]
Public Sub UnselectElements ( _
    ByVal Elements As IEnumElement _
)
[C#]
public void UnselectElements (
    IEnumElement Elements
);
[C++]
HRESULT UnselectElements(
  IEnumElement* Elements
);
[C++]
Parameters
Elements [in]

Elements is a parameter of type IEnumElement*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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

See Also

IGraphicsContainerSelect Interface