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


IItemURI.Key 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.Key Property
ArcGIS Developer Help

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(
  System.String* pKeyString
);
[C++]
Parameters
pKeyString [in]

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

Product Availability

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

See Also

IItemURI Interface