C# 클래스 RasterSamples.Program

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

공개 메소드들

메소드 설명
CreateAccessWorkspace ( string gdbParentFolder, string gdbName ) : IWorkspace

Create a Personal Geodatabase given the name and parent folder.

CreateFileGdbWorkspace ( string gdbParentFolder, string gdbName ) : IWorkspace

Create a File Geodatabase given the name and parent folder.

CreateSdeWorkspace ( IPropertySet propertySet ) : IWorkspace

Retrieves an SDE workspace using the specified property set.

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

CreateAccessWorkspace() 공개 정적인 메소드

Create a Personal Geodatabase given the name and parent folder.
public static CreateAccessWorkspace ( string gdbParentFolder, string gdbName ) : IWorkspace
gdbParentFolder string Folder to create the new gdb in.
gdbName string Name of the gdb to be created.
리턴 IWorkspace

CreateFileGdbWorkspace() 공개 정적인 메소드

Create a File Geodatabase given the name and parent folder.
public static CreateFileGdbWorkspace ( string gdbParentFolder, string gdbName ) : IWorkspace
gdbParentFolder string Folder to create the new gdb in.
gdbName string Name of the gdb to be created.
리턴 IWorkspace

CreateSdeWorkspace() 공개 정적인 메소드

Retrieves an SDE workspace using the specified property set.
public static CreateSdeWorkspace ( IPropertySet propertySet ) : IWorkspace
propertySet IPropertySet The connection parameters.
리턴 IWorkspace