C# 클래스 SampleRasterType.DMCIIRasterTypeFactory

상속: IRasterTypeFactory
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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