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


IDataSourceCrawler.CanFilterByExpression Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDataSourceCrawler.CanFilterByExpression Property

Indicates whether the data source crawler can filter items by a string expression like a wild-card filter or SQL Where Clause.

[Visual Basic .NET]
Public ReadOnly Property CanFilterByExpression As Boolean
[C#]
public bool CanFilterByExpression {get;}
[C++]
HRESULT get_CanFilterByExpression(
  VARIANT_BOOL* pbCanFilterByExpression
);
[C++]

Parameters pbCanFilterByExpression [out, retval] pbCanFilterByExpression is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataSourceCrawler Interface