ArcObjects Library Reference (DataSourcesRaster)  

IItemURI.Key Property

A phrase that uniquely identifies the item's data source in the mosaic dataset. The value in this property is used for computing a 'signature' that appears in the URIHash field of the mosaic catalog.

[Visual Basic .NET]
Public Property Key As String
[C#]
public string Key {get; set;}
[C++]
HRESULT get_Key(
  BSTR* pKeyString
);
[C++]
HRESULT put_Key(
  BSTR pKeyString
);
[C++]

Parameters

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

Product Availability

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

See Also

IItemURI Interface