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


IGraphicsSelection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsSelection Interface
ArcGIS Developer Help

IGraphicsSelection Interface

Provides access to members that select 3D graphics.

Product Availability

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

Members

Name Description
Method DeleteAllSelectedElements Deletes all selected elements.
Method ElementSelected Indicates if the element selected.
Method SelectAllElements Selects all elements.
Read-only property SelectedElementCount The number of selected elements.
Read-only property SelectedElements The selected elements.
Read-only property SelectedElementsExtent The extent of selected elements.
Method SelectElement Selects the specified element.
Method SelectElements Selects the specified elements.
Method SwitchSelection Switches the selection between elements.
Method UnselectAllElements Unselects all elements.
Method UnselectElement Unselects the specified element.
Method UnselectElements Unselects the specified elements.

Classes that implement IGraphicsSelection

Classes Description
GlobeGraphicsLayer (esriGlobeCore) The Globe Graphics Layer.
GraphicsLayer3D A 3D Graphics Layer.

.NET Samples

Custom scene navigation commands