Provides access to members that control an item template array.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
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 IItemTemplateArray
.NET Samples
Create a custom raster type (Code Files:
TestThumbnailBuilder) |
Create a custom raster type from the ground up for DMCII data (Code Files:
TestDMCIIRasterType) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset)
.NET Related Topics
How to open and prepare a raster type