C# 클래스 TestDMCIIRasterType.CreateMD

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
CreateMosaicDataset ( IWorkspace gdbWorkspace ) : void

Create a Mosaic Dataset in the geodatabase provided using the parameters defined by MDParamaters.

비공개 메소드들

메소드 설명
SetBandProperties ( string key ) : IArray

Create an array with the right BandName and Wavelength values for the corresponding key.

메소드 상세

CreateMosaicDataset() 공개 메소드

Create a Mosaic Dataset in the geodatabase provided using the parameters defined by MDParamaters.
public CreateMosaicDataset ( IWorkspace gdbWorkspace ) : void
gdbWorkspace IWorkspace Geodatabase to create the Mosaic dataser in.
리턴 void