IRasterTypeFactory Interface

Provides access to members that control a raster type factory.

Members

Name Description
Read-only property CLSID The COM class ID of the raster type factory.
Method CreateRasterType Creates a raster type object given a name.
Read-only property Name The name of the raster type factory.
Read-only property 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

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