com.esri.arcgis.analyst3dUI
Interface IGxWorldView

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxWorldViewProxy

public interface IGxWorldView
extends Serializable

Provides access to members that control the World View.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 void getSceneViewer(ISceneViewer[] ppSceneViewer)
          Returns the ISceneViewer interface.
 

Method Detail

getSceneViewer

void getSceneViewer(ISceneViewer[] ppSceneViewer)
                    throws IOException,
                           AutomationException
Returns the ISceneViewer interface.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
ppSceneViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.