com.esri.arcgis.analyst3d
Interface ISceneGraphLayerEventsDisp
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- ISceneGraphLayerEventsDispAdapter
public interface ISceneGraphLayerEventsDisp
- extends EventListener, Serializable
Provides access to events that occur when state of scene graph layer changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
objectChanged
void objectChanged(ISceneGraphLayerEventsDispObjectChangedEvent 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.