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


IItemURI.Tag Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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