ArcObjects Library Reference (DataSourcesRaster)  

IRasterType.URIFilter Property

The active URI filter associated with the raster type.

[Visual Basic .NET]
Public Property URIFilter As IItemURIFilter
[C#]
public IItemURIFilter URIFilter {get; set;}
[C++]
HRESULT get_URIFilter(
  IItemURIFilter** ppItemURIFilter
);
[C++]
HRESULT putref_URIFilter(
  IItemURIFilter* ppItemURIFilter
);
[C++]

Parameters

ppItemURIFilter [out, retval]

  ppItemURIFilter is a parameter of type IItemURIFilter

ppItemURIFilter [in]

  ppItemURIFilter is a parameter of type IItemURIFilter

Product Availability

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

See Also

IRasterType Interface