This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeItemURI Interface > IRasterTypeItemURI.ItemTemplateIndex Property (ArcObjects .NET 10.5 SDK) |
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