Provides access to members that control a raster type.
Members
Name | Description | |
---|---|---|
DefaultParameters | The collection of all variables associated with all item templates contained in the raster type. | |
FullName | The full name of the raster type object. | |
ItemTemplates | The collection of item templates associated with the raster type. | |
Parameters | Overriding parameter values bound to function variables. | |
RasterBuilder | The inner raster builder associated with the raster type. | |
URIFilter | The active URI filter associated with the raster type. |
IRasterType.DefaultParameters Property
The collection of all variables associated with all item templates contained in the raster type.
Public ReadOnly Property DefaultParameters As IPropertySet
public IPropertySet DefaultParameters {get;}
IRasterType.FullName Property
The full name of the raster type object.
Public Property FullName As IName
public IName FullName {get; set;}
IRasterType.ItemTemplates Property
The collection of item templates associated with the raster type.
Public Property ItemTemplates As IItemTemplateArray
public IItemTemplateArray ItemTemplates {get; set;}
IRasterType.Parameters Property
Overriding parameter values bound to function variables.
Public Property Parameters As IPropertySet
public IPropertySet Parameters {get; set;}
IRasterType.RasterBuilder Property
The inner raster builder associated with the raster type.
Public Property RasterBuilder As IRasterBuilder
public IRasterBuilder RasterBuilder {get; set;}
IRasterType.URIFilter Property
The active URI filter associated with the raster type.
Public Property URIFilter As IItemURIFilter
public IItemURIFilter URIFilter {get; set;}
Classes that implement IRasterType
Classes | Description |
---|---|
RasterType | A raster type object. |