com.esri.arcgis.analyst3d
Class ISceneRendererEventsAdapter
java.lang.Object
com.esri.arcgis.analyst3d.ISceneRendererEventsAdapter
- All Implemented Interfaces:
- ISceneRendererEvents, Serializable, EventListener
public class ISceneRendererEventsAdapter
- extends Object
- implements ISceneRendererEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISceneRendererEventsAdapter
public ISceneRendererEventsAdapter()
selectionChanged
public 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
- Specified by:
selectionChanged
in interface ISceneRendererEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.