com.esri.arcgis.analyst3dUI
Interface ISceneExport2dDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
SceneExport2dDialog

public interface ISceneExport2dDialog
extends Serializable

Provides access to members that control the exporting of a scene to a 2d graphics file.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 boolean doModal(IEnvelope pPixelBounds, short res)
          Displays Scene Export Dialog.
 IExporter getExporter()
          The Scene exporter.
 IEnvelope getMapExtent()
          The Map Extent which gets passed to IWorldFileSettings.
 double getSceneSize()
          The Scene size.
 void setDocumentName(String rhs1)
          Name of the Active Document.
 void setMapExtent(IEnvelope mapExtent)
          The Map Extent which gets passed to IWorldFileSettings.
 

Method Detail

getExporter

IExporter getExporter()
                      throws IOException,
                             AutomationException
The Scene exporter.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.output.IExporter
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSceneSize

double getSceneSize()
                    throws IOException,
                           AutomationException
The Scene size.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

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

setDocumentName

void setDocumentName(String rhs1)
                     throws IOException,
                            AutomationException
Name of the Active Document.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(IEnvelope pPixelBounds,
                short res)
                throws IOException,
                       AutomationException
Displays Scene Export Dialog.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
pPixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
res - The res (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapExtent

IEnvelope getMapExtent()
                       throws IOException,
                              AutomationException
The Map Extent which gets passed to IWorldFileSettings.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapExtent

void setMapExtent(IEnvelope mapExtent)
                  throws IOException,
                         AutomationException
The Map Extent which gets passed to IWorldFileSettings.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
mapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.