ArcObjects Library Reference (TrackingAnalyst)  

IQueryBuilder.DoModal Method

Displays the Query Builder dialog box.

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

Parameters

hParentWindowHandle [in]   hParentWindowHandle is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IQueryBuilder Interface