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


ILayerQueryBuilder.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILayerQueryBuilder.DoModal Method

Displays a modal query builder dialog.

[Visual Basic .NET]
Public Sub DoModal ( _
    ByVal piLayer As ILayer, _
    ByVal hParent As Integer _
)
[C#]
public void DoModal (
    ILayer piLayer,
    int hParent
);
[C++]
HRESULT DoModal(
  ILayer* piLayer,
  Long hParent
);
[C++]

Parameters piLayer [in]
piLayer is a parameter of type ILayer hParent [in] hParent is a parameter of type Long

Product Availability

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

See Also

ILayerQueryBuilder Interface