com.esri.arcgis.analyst3d
Interface ISceneGraphLayerEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
ISceneGraphLayerEventsAdapter

public interface ISceneGraphLayerEvents
extends EventListener, Serializable

Provides access to events that occur when the state of the scene graph layer changes.

Product Availability

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


Method Summary
 void objectChanged(ISceneGraphLayerEventsObjectChangedEvent theEvent)
          Fired when an object was changed by the SceneGraph.
 

Method Detail

objectChanged

void objectChanged(ISceneGraphLayerEventsObjectChangedEvent theEvent)
                   throws IOException,
                          AutomationException
Fired when an object was changed by the SceneGraph.

Product Availability

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

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.