Provides access to members that control a composite item URI.
Members
Name | Description | |
---|---|---|
AuxiliaryPartNames | Additional pieces of non-identifying information associated with the composite item URI object. | |
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. |