ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.DataSourceFilter Property

Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items requested for URI constructions. No item URIs are created for input that doesn't match the specified regular expression.

[Visual Basic .NET]
Public Property DataSourceFilter As String
[C#]
public string DataSourceFilter {get; set;}
[C++]
HRESULT get_DataSourceFilter(
  BSTR* pDataSourceFilter
);
[C++]
HRESULT put_DataSourceFilter(
  BSTR pDataSourceFilter
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterTypeProperties Interface