com.esri.arcgis.arcglobe
Interface IGlobeDeployWizard
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GlobeDeployWizard
public interface IGlobeDeployWizard
- extends Serializable
Provides access to the Globe deployment wizard.
Product Availability
Available with ArcGIS Desktop. Requires 3D Analyst Extension.
run
void run(int hParent,
IGMxDocument pDoc,
IGlobeDeployment pDeployment)
throws IOException,
AutomationException
- Run the wizard, with an optional input deployment.
Product Availability
Available with ArcGIS Desktop. Requires 3D Analyst Extension.
- Parameters:
hParent
- The hParent (A COM typedef) (in)pDoc
- A reference to a com.esri.arcgis.arcglobe.IGMxDocument (in)pDeployment
- A reference to a com.esri.arcgis.arcglobe.IGlobeDeployment (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.