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


ILocatorStyleUI.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IL > ILocatorStyleUI Interface > ILocatorStyleUI.DoModal Method
ArcGIS Developer Help

ILocatorStyleUI.DoModal Method

Opens a dialog for choosing a workspace and locator style.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ILocatorStyleUI Interface