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


IItemURI.Tag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURI Interface > IItemURI.Tag Property
ArcGIS Developer Help

IItemURI.Tag Property

The unique identifier of the item within a group. The value in this property appears in the Tag field of the mosaic catalog.

[Visual Basic .NET]
Public Property Tag As String
[C#]
public string Tag {get; set;}
[C++]
HRESULT get_Tag(
  BSTR pItemTag
);
[C++]
HRESULT put_Tag(
  System.String* pItemTag
);
[C++]
Parameters
pItemTag [in]

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

Product Availability

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

See Also

IItemURI Interface