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


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

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 [in]

ppItemURIFilter is a parameter of type IItemURIFilter* ppItemURIFilter [out, retval]
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