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


ICreateRasterCatalogWizard.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

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