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


IItemTemplate Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemTemplate Interface

Provides access to members that control an item template.

Product Availability

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

Members

Description
Read/write property Enabled Indicates whether the item template is active.
Read/write property IntersectFootprints Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
Read/write property Name The name of the item template.
Read/write property OutputDatasetTag The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.
Read/write property PrimaryInputDatasetTag Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
Read/write property RasterFunctionTemplate The raster function template associated with the item template.

CoClasses that implement IItemTemplate

CoClasses and Classes Description
ItemTemplate An item template.

.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