C# Class RasterSamples.Program

ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
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.

Private Methods

Method Description
Main ( string args ) : void

Method Details

CreateAccessWorkspace() public static method

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

CreateFileGdbWorkspace() public static method

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

CreateSdeWorkspace() public static method

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