ICompositeItemURI Interface

Provides access to members that control a composite item URI.

Members

Name Description
Read/write property AuxiliaryPartNames Additional pieces of non-identifying information associated with the composite item URI object.
Read/write property KeyPartNames 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.

ICompositeItemURI.AuxiliaryPartNames Property

Additional pieces of non-identifying information associated with the composite item URI object.

Public Property AuxiliaryPartNames As IStringArray
public IStringArray AuxiliaryPartNames {get; set;}

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.

Public Property KeyPartNames As IStringArray
public IStringArray KeyPartNames {get; set;}

Classes that implement ICompositeItemURI

Classes Description
CompositeItemURI A composite item URI object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.