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


IActionLookupSupport.ExpandQuery Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionLookupSupport Interface > IActionLookupSupport.ExpandQuery Method
ArcGIS Developer Help

IActionLookupSupport.ExpandQuery Method

Insert lookup table values into query string.

[Visual Basic .NET]
Public Function ExpandQuery ( _
    ByVal bstrQuery As String _
) As String
[C#]
public string ExpandQuery (
    string bstrQuery
);
[C++]
HRESULT ExpandQuery(
  BSTR bstrQuery
);
[C++]
Parameters
bstrQuery [in]

bstrQuery is a parameter of type BSTR

Product Availability

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

See Also

IActionLookupSupport Interface