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


IRasterTypeItemURI.ItemTemplateIndex Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeItemURI.ItemTemplateIndex Property

The index to the item template contained within the parent raster type that corresponds to this item URI.

[Visual Basic .NET]
Public Property ItemTemplateIndex As Integer
[C#]
public int ItemTemplateIndex {get; set;}
[C++]
HRESULT get_ItemTemplateIndex(
  long* pTemplateIndex
);
[C++]
HRESULT put_ItemTemplateIndex(
  long pTemplateIndex
);
[C++]

Parameters pTemplateIndex [out, retval] pTemplateIndex is a parameter of type long pTemplateIndex [in] pTemplateIndex is a parameter of type long

Product Availability

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

See Also

IRasterTypeItemURI Interface