com.esri.arcgis.arcglobe
Interface IGlobeDeployWizard

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeDeployWizard, IGlobeDeployWizardProxy

public interface IGlobeDeployWizard
extends java.io.Serializable

COM Interface 'IGlobeDeployWizard'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcGlobe.olb'

Description: 'Provides access to the Globe deployment wizard.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID49e60888_4024_4ca1_891a_9923e6db4f9e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void run(int hParent, IGMxDocument pDoc, IGlobeDeployment pDeployment)
          Run the wizard, with an optional input deployment.
 

Field Detail

IID49e60888_4024_4ca1_891a_9923e6db4f9e

static final int IID49e60888_4024_4ca1_891a_9923e6db4f9e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

run

void run(int hParent,
         IGMxDocument pDoc,
         IGlobeDeployment pDeployment)
         throws java.io.IOException,
                AutomationException
Run the wizard, with an optional input deployment.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.