C# Class SampleRasterType.DMCIIRasterTypeFactory

Inheritance: IRasterTypeFactory
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method 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

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

Method Details

CreateRasterType() public method

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.
return IRasterType

DMCIIRasterTypeFactory() public method

public DMCIIRasterTypeFactory ( ) : System
return System