ArcObjects Library Reference (DataSourcesRaster)  

IItemURIArray Interface

Provides access to members that control an item URI array.

Product Availability

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

Members

Description
Method Add Adds an item template.
Read-only property Count The property count.
Read-only property Element Returns the item template at the specified position.
Method Insert Adds an item template at the specified position.
Method Remove Removes the item template at the specified position.
Method RemoveAll Removes all item templates.

CoClasses that implement IItemURIArray

CoClasses and Classes Description
ItemURIArray An array of item URI objects.

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType)