ArcObjects Library Reference  (Carto)    

IGraphicsContainerSelect.UnselectElement Method

Unselects the specified element.

[Visual Basic 6.0]
Sub UnselectElement(
    ByVal Element As IElement _
)
[Visual Basic .NET]
Public Sub UnselectElement ( _
    ByVal Element As IElement _
)
[C#]
public void UnselectElement (
    IElement Element
);
[Java]
public void unselectElement (
    IElement Element
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page