ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppKeyPartNames is a parameter of type IStringArray

ppKeyPartNames [in]

  ppKeyPartNames is a parameter of type IStringArray

Product Availability

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

See Also

ICompositeItemURI Interface