This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeItemURI Interface > ICompositeItemURI.KeyPartNames Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
ppKeyPartNames is a parameter of type IStringArray ppKeyPartNames [in]
ppKeyPartNames is a parameter of type IStringArray