Simple selection object. Implements drawing and selecting but not clipboard support.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
IEnumElement | Provides access to members that control the Element enumerator object. |
IGraphicsContainerProperty | Provides access to members that control Graphics Container Properties. |
ISelection | Provides access to members that control a collection of selectable objects. |
Event Interfaces
Interfaces | Description |
---|---|
ISelectionEvents (default) | Provides access to events that occur when the selection changes. |
Working with Events
[Visual Basic 6.0]
When working with SimpleElementSelection's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pSimpleElementSelection as SimpleElementSelection