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