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


IRasterType.ItemTemplates Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterType.ItemTemplates Property

The collection of item templates associated with the raster type.

[Visual Basic .NET]
Public Property ItemTemplates As IItemTemplateArray
[C#]
public IItemTemplateArray ItemTemplates {get; set;}
[C++]
HRESULT get_ItemTemplates(
  IItemTemplateArray** ppItemTemplateArray
);
[C++]
HRESULT putref_ItemTemplates(
  IItemTemplateArray* ppItemTemplateArray
);
[C++]

Parameters ppItemTemplateArray [out, retval]
ppItemTemplateArray is a parameter of type IItemTemplateArray ppItemTemplateArray [in]
ppItemTemplateArray is a parameter of type IItemTemplateArray

Product Availability

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

See Also

IRasterType Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to open and prepare a raster type