메소드 | 설명 | |
---|---|---|
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 |
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 |
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 |
public static CreateSdeWorkspace ( IPropertySet propertySet ) : IWorkspace | ||
propertySet | IPropertySet | The connection parameters. |
리턴 | IWorkspace |