ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployWizard.Run Method

Run the wizard, with an optional input deployment.

[Visual Basic .NET]
Public Sub Run ( _
    ByVal hParent As Integer, _
    ByVal pDoc As IGMxDocument, _
    ByVal pDeployment As IGlobeDeployment _
)
[C#]
public void Run (
    int hParent,
    IGMxDocument pDoc,
    IGlobeDeployment pDeployment
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployWizard Interface