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


ICompositeItemURI.KeyPartNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICompositeItemURI Interface > ICompositeItemURI.KeyPartNames Property
ArcGIS Developer Help

ICompositeItemURI.KeyPartNames Property

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**

Product Availability

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

See Also

ICompositeItemURI Interface