C# Class CustomRasterBuilder.ThumbnailFactory

Inheritance: IRasterTypeFactory
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
CreateRasterType ( string RasterTypeName ) : IRasterType

The main function which creates the Raster Type object.

ThumbnailFactory ( ) : System

Private Methods

Method Description
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Method Details

CreateRasterType() public method

The main function which creates the Raster Type object.
public CreateRasterType ( string RasterTypeName ) : IRasterType
RasterTypeName string Name of the Raster Type to create.
return IRasterType

ThumbnailFactory() public method

public ThumbnailFactory ( ) : System
return System