ArcObjects Library Reference (3DAnalyst)  

IScene.ClearSelection Method

Clears the scene's selection.

[Visual Basic .NET]
Public Sub ClearSelection ( _
)
[C#]
public void ClearSelection (
);
[C++]
HRESULT ClearSelection(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IScene Interface