ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pItemTemplateTag
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterTypeItemURI2 Interface