com.esri.arcgis.analyst3d
Interface ISceneRendererEvents
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- ISceneRendererEventsAdapter, SceneGraph
public interface ISceneRendererEvents
- extends EventListener, Serializable
Provides access to events that occur when a scene is rendered.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
selectionChanged
void selectionChanged(ISceneRendererEventsSelectionChangedEvent theEvent)
throws IOException,
AutomationException
- Fired when the selection is changed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.