ArcObjects Library Reference (DataSourcesRaster)  

IItemURIFilter Interface

Provides access to members that control an item URI filter.

Product Availability

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

Members

Description
Method ApplyFilter Indicates whether the specified item URI object pass through the filter.
Read/write property Name The name of the item URI filter.
Read/write property SupportedTemplateNames The list of supported template names.
Read/write property SupportsOrthorectification Indicates whether the item URI filter supports ortho-rectification.

CoClasses that implement IItemURIFilter

CoClasses and Classes Description
CompositeURIFilter A composite URI filter object.
URIProductNameFilter A URI filter object for product names.
URIPropertiesFilter A URI filter that uses property names and values for filtering out incoming item URIs.

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType TestDMCIIRasterType) | Create a Mosaic dataset (Code Files: CreateMosaicDataset)

.NET Related Topics

How to open and prepare a raster type