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


IGlobeLayerProcessingDialog.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcGlobe)  

IGlobeLayerProcessingDialog.DoModal Method

Do Modal.

[Visual Basic .NET]
Public Sub DoModal ( _
    ByVal pGlobeDoc As IGMxDocument, _
    ByRef pOk As Boolean _
)
[C#]
public void DoModal (
    IGMxDocument pGlobeDoc,
    ref bool pOk
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeLayerProcessingDialog Interface