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


IMosaicRaster.WhereClause Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster.WhereClause Property

The Where Clause on the base RasterCatalog.

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

Parameters WhereClause [out, retval] WhereClause is a parameter of type BSTR WhereClause [in] WhereClause is a parameter of type BSTR

Product Availability

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

See Also

IMosaicRaster Interface

.NET Related Topics

DataSourcesRaster