C# 클래스 CustomRasterBuilder.ThumbnailFactory

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

공개 메소드들

메소드 설명
CreateRasterType ( string RasterTypeName ) : IRasterType

The main function which creates the Raster Type object.

ThumbnailFactory ( ) : System

비공개 메소드들

메소드 설명
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

메소드 상세

CreateRasterType() 공개 메소드

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

ThumbnailFactory() 공개 메소드

public ThumbnailFactory ( ) : System
리턴 System