C# Class SampleRasterType.DMCIIRasterTypeFactory

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

Méthodes publiques

Méthode Description
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

Private Methods

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

Method Details

CreateRasterType() public méthode

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.
Résultat IRasterType

DMCIIRasterTypeFactory() public méthode

public DMCIIRasterTypeFactory ( ) : System
Résultat System