com.esri.arcgis.arcglobe
Interface IGlobeLayerProcessingDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobeLayerProcessingDialog

public interface IGlobeLayerProcessingDialog
extends Serializable

Provides access to the Globe Layer Processing Dialog.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 void doModal(IGMxDocument pGlobeDoc, boolean[] pOk)
          Do Modal.
 boolean isExpandGroupLayers()
          Indicates if Group Layers are expanded.
 void setExpandGroupLayers(boolean pExpand)
          Indicates if Group Layers are expanded.
 

Method Detail

isExpandGroupLayers

boolean isExpandGroupLayers()
                            throws IOException,
                                   AutomationException
Indicates if Group Layers are expanded.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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

setExpandGroupLayers

void setExpandGroupLayers(boolean pExpand)
                          throws IOException,
                                 AutomationException
Indicates if Group Layers are expanded.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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

doModal

void doModal(IGMxDocument pGlobeDoc,
             boolean[] pOk)
             throws IOException,
                    AutomationException
Do Modal.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Parameters:
pGlobeDoc - A reference to a com.esri.arcgis.arcglobe.IGMxDocument (in)
pOk - The pOk (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.