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

Parameters

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

Product Availability

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

See Also

IItemURI Interface