C# Class CustomRasterBuilder.ThumbnailFactory

Inheritance: IRasterTypeFactory
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
CreateRasterType ( string RasterTypeName ) : IRasterType

The main function which creates the Raster Type object.

ThumbnailFactory ( ) : System

Private Methods

Méthode Description
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Method Details

CreateRasterType() public méthode

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

ThumbnailFactory() public méthode

public ThumbnailFactory ( ) : System
Résultat System