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


ICreateRasterCatalogWizard.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IC > ICreateRasterCatalogWizard Interface > ICreateRasterCatalogWizard.DoModal Method
ArcGIS Developer Help

ICreateRasterCatalogWizard.DoModal Method

Shows modal Dialog of the wizard.

[Visual Basic .NET]
Public Sub DoModal ( _
    ByVal pWorkspace As IFeatureWorkspace, _
    ByVal Parent As Integer _
)
[C#]
public void DoModal (
    IFeatureWorkspace pWorkspace,
    int Parent
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICreateRasterCatalogWizard Interface