C# Класс SampleRasterType.DMCIIRasterTypeFactory

Наследование: IRasterTypeFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateRasterType ( string RasterTypeName ) : IRasterType

Create a Raster Type object given the name of the raster type (usually the same name as the one in the UI list of raster types).

DMCIIRasterTypeFactory ( ) : System

Приватные методы

Метод Описание
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Описание методов

CreateRasterType() публичный Метод

Create a Raster Type object given the name of the raster type (usually the same name as the one in the UI list of raster types).
public CreateRasterType ( string RasterTypeName ) : IRasterType
RasterTypeName string Name of the Raster Type object to create.
Результат IRasterType

DMCIIRasterTypeFactory() публичный Метод

public DMCIIRasterTypeFactory ( ) : System
Результат System