com.esri.arcgis.arcscene
Interface ISxApplicationEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISxApplicationEventsProxy

public interface ISxApplicationEvents
extends Serializable

Provides access to events that the ArcScene application can fire.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 void onClipboardChanged()
          Called when the clipboard contents have changed.
 

Method Detail

onClipboardChanged

void onClipboardChanged()
                        throws IOException,
                               AutomationException
Called when the clipboard contents have changed.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

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