This document is archived and information here might be outdated. Recommended version. |
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*