IRasterType Interface

Provides access to members that control a raster type.

Members

Name Description
Read-only property DefaultParameters The collection of all variables associated with all item templates contained in the raster type.
Read/write property FullName The full name of the raster type object.
Read/write property ItemTemplates The collection of item templates associated with the raster type.
Read/write property Parameters Overriding parameter values bound to function variables.
Read/write property RasterBuilder The inner raster builder associated with the raster type.
Read/write property 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.

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