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


IRasterType.URIFilter Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to open and prepare a raster type