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


IGlobeLayerProcessingDialog.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGlobeLayerProcessingDialog Interface > IGlobeLayerProcessingDialog.DoModal Method
ArcGIS Developer Help

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