ArcObjects Library Reference (DataSourcesRaster) |
|
Provides access to members that control an item template.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
|
Enabled |
Indicates whether the item template is active. |
|
IntersectFootprints |
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items. |
|
Name |
The name of the item template. |
|
OutputDatasetTag |
The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template. |
|
PrimaryInputDatasetTag |
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset. |
|
RasterFunctionTemplate |
The raster function template associated with the item template. |
CoClasses that implement IItemTemplate
CoClasses and Classes |
Description |
.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