This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILayerQueryBuilder Interface > ILayerQueryBuilder.DoModal Method (ArcObjects .NET 10.4 SDK) |
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