This document is archived and information here might be outdated. Recommended version. |
An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset. The values in this property are used for computing a 'signature' that appears in the URIHash field of the mosaic catalog.
[Visual Basic .NET] Public Property KeyPartNames As IStringArray
[C#] public IStringArray KeyPartNames {get; set;}
[C++]
HRESULT get_KeyPartNames(
IStringArray* ppKeyPartNames
);
[C++]
HRESULT putref_KeyPartNames(
IStringArray** ppKeyPartNames
);
[C++] Parameters ppKeyPartNames [in]
ppKeyPartNames is a parameter of type IStringArray* ppKeyPartNames [out, retval]
ppKeyPartNames is a parameter of type IStringArray**