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


IRasterTypeProperties.DataSourceFilter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.DataSourceFilter Property
ArcGIS Developer Help

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(
  System.String* pDataSourceFilter
);
[C++]
Parameters
pDataSourceFilter [in]

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

Product Availability

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

See Also

IRasterTypeProperties Interface