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


IMosaicFunction.ConstructQueryExpression Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.ConstructQueryExpression Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pCellsize [in]

pCellsize is a parameter of type IPoint*

Product Availability

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

See Also

IMosaicFunction Interface