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


ISxContentsView.RemoveFromSelectedItems Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcScene)  

ISxContentsView.RemoveFromSelectedItems Method

Removes an item from the selected items.

[Visual Basic .NET]
Public Sub RemoveFromSelectedItems ( _
    ByVal item As Object _
)
[C#]
public void RemoveFromSelectedItems (
    object item
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

ISxContentsView Interface