Provides access to members that control a raster type factory.
Members
| Name | Description | |
|---|---|---|
|  | CLSID | The COM class ID of the raster type factory. | 
|  | CreateRasterType | Creates a raster type object given a name. | 
|  | Name | The name of the raster type factory. | 
|  | RasterTypeNames | The raster type names created by this factory. | 
IRasterTypeFactory.CLSID Property
The COM class ID of the raster type factory.
Public ReadOnly Property CLSID As UID
public UID CLSID {get;}
IRasterTypeFactory.CreateRasterType Method
Creates a raster type object given a name.
Public Function CreateRasterType ( _
    ByVal RasterTypeName As String _
) As IRasterType
public IRasterType CreateRasterType (
    string RasterTypeName
);
IRasterTypeFactory.Name Property
The name of the raster type factory.
Public ReadOnly Property Name As String
public string Name {get;}
IRasterTypeFactory.RasterTypeNames Property
The raster type names created by this factory.
Public ReadOnly Property RasterTypeNames As IStringArray
public IStringArray RasterTypeNames {get;}
Classes that implement IRasterTypeFactory
| Classes | Description | 
|---|