 | CEDBLoadWithView Method |
Load an EDB with the view from a current EDB.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CEDB LoadWithView(
string name,
CEDB p2
)
public static CEDB LoadWithView(
string name,
CEDB p2
)
Public Shared Function LoadWithView (
name As String,
p2 As CEDB
) As CEDB
Public Shared Function LoadWithView (
name As String,
p2 As CEDB
) As CEDB
public:
static CEDB^ LoadWithView(
String^ name,
CEDB^ p2
)
public:
static CEDB^ LoadWithView(
String^ name,
CEDB^ p2
)
static member LoadWithView :
name : string *
p2 : CEDB -> CEDB
static member LoadWithView :
name : string *
p2 : CEDB -> CEDB
Parameters
- name
- Type: SystemString
Source DB name - p2
- Type: Geosoft.Desktop.GXNetCEDB
EDB to use as the source view
Return Value
Type:
CEDBNew EDB handle.
Remarks
Can only be run in interactive mode. Is used by
dbsubset to create a new database with the same
view as previously.
See Also