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


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

IRasterTypeItemURI2.ItemTemplateTag Property

The originally set output dataset tag associated with the parent raster type item template that created the URI. This property enables the raster type to correctly connect an item template's primary or ancillary properties with a raster type item URI.

[Visual Basic .NET]
Public Property ItemTemplateTag As String
[C#]
public string ItemTemplateTag {get; set;}
[C++]
HRESULT get_ItemTemplateTag(
  BSTR pItemTemplateTag
);
[C++]
HRESULT put_ItemTemplateTag(
  System.String* pItemTemplateTag
);
[C++]
Parameters
pItemTemplateTag [in]

pItemTemplateTag is a parameter of type BSTR pItemTemplateTag [out, retval]
pItemTemplateTag is a parameter of type BSTR*

Product Availability

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

See Also

IRasterTypeItemURI2 Interface