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


IMosaicFunction.WhereClause Property (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.WhereClause Property
ArcGIS Developer Help

IMosaicFunction.WhereClause Property

The SQL selection where clause expression.

[Visual Basic .NET]
Public Property WhereClause As String
[C#]
public string WhereClause {get; set;}
[C++]
HRESULT get_WhereClause(
  System.String* pExpression
);
[C++]
HRESULT put_WhereClause(
  BSTR pExpression
);
[C++]
Parameters
pExpression [out, retval]

pExpression is a parameter of type BSTR* pExpression [in]
pExpression is a parameter of type BSTR

Product Availability

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

See Also

IMosaicFunction Interface