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


IMosaicFunction.ConstructQueryExpression Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.ConstructQueryExpression Method

Constructs a query expression (WHERE clause).

[Visual Basic .NET]
Public Function ConstructQueryExpression ( _
    ByVal pCellsize As IPoint _
) As String
[C#]
public string ConstructQueryExpression (
    IPoint pCellsize
);
[C++]
HRESULT ConstructQueryExpression(
  IPoint* pCellsize,
  BSTR* pQueryExpression
);
[C++]

Parameters pCellsize [in]
pCellsize is a parameter of type IPoint pQueryExpression [out, retval] pQueryExpression is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicFunction Interface