Provides access to members that control a raster type item URI.
Members
Name | Description | |
---|---|---|
FunctionTemplateName | The name of raster function template associated with the item template that built the raster type item URI. | |
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. | |
ItemTemplateTag | The originally set output dataset tag associated with the parent raster type item template that created the URI. This property enables the raster type to correctly connect an item template's primary or ancillary properties with a raster type item URI. | |
PrimaryChainConnector | In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing). |
IRasterTypeItemURI2.FunctionTemplateName Property
The name of raster function template associated with the item template that built the raster type item URI.
Public Property FunctionTemplateName As String
public string FunctionTemplateName {get; set;}
IRasterTypeItemURI2.ItemTemplateTag Property
The originally set output dataset tag associated with the parent raster type item template that created the URI. This property enables the raster type to correctly connect an item template's primary or ancillary properties with a raster type item URI.
Public Property ItemTemplateTag As String
public string ItemTemplateTag {get; set;}
IRasterTypeItemURI2.PrimaryChainConnector Property
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
Public Property PrimaryChainConnector As String
public string PrimaryChainConnector {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterTypeItemURI | Provides access to members that control a raster type item URI. |
Classes that implement IRasterTypeItemURI2
Classes | Description |
---|---|
RasterTypeItemURI | An item URI constructed by the raster type object. |