ArcObjects Library Reference (DataSourcesRaster) |
|
Provides access to members that control an item URI array.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
|
Add |
Adds an item template. |
|
Count |
The property count. |
|
Element |
Returns the item template at the specified position. |
|
Insert |
Adds an item template at the specified position. |
|
Remove |
Removes the item template at the specified position. |
|
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)