This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURI Interface > IItemURI.Key Property (ArcObjects .NET 10.4 SDK) |
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