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


IActionLookupSupport.ExpandQuery Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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,
  BSTR* pExpandedQuery
);
[C++]

Parameters bstrQuery [in] bstrQuery is a parameter of type BSTR pExpandedQuery [out, retval] pExpandedQuery 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