This document is archived and information here might be outdated.  Recommended version.


IGlobeDeployWizard.Run Method (ArcObjects .NET 10.4 SDK)
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