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