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


IRasterTypeItemURI.ItemTemplateIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeItemURI Interface > IRasterTypeItemURI.ItemTemplateIndex Property
ArcGIS Developer Help

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(
  System.Int32* pTemplateIndex
);
[C++]
Parameters
pTemplateIndex [in]

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

Product Availability

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

See Also

IRasterTypeItemURI Interface