Provides access to members that control a raster type item URI.
Members
Name | Description | |
---|---|---|
Items | The item URI objects associated with this container URI object. | |
ItemTemplateIndex | The index to the item template contained within the parent raster type that corresponds to this item URI. |
IRasterTypeItemURI.Items Property
The item URI objects associated with this container URI object.
Public Property Items As IItemURIArray
public IItemURIArray Items {get; set;}
IRasterTypeItemURI.ItemTemplateIndex Property
The index to the item template contained within the parent raster type that corresponds to this item URI.
Public Property ItemTemplateIndex As Integer
public int ItemTemplateIndex {get; set;}
Classes that implement IRasterTypeItemURI
Classes | Description |
---|---|
RasterTypeItemURI | An item URI constructed by the raster type object. |