 | CEMAPLoadWithView Method |
Load an EMAP with the view from a current EMAP.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CEMAP LoadWithView(
string name,
CEMAP p2
)
public static CEMAP LoadWithView(
string name,
CEMAP p2
)
Public Shared Function LoadWithView (
name As String,
p2 As CEMAP
) As CEMAP
Public Shared Function LoadWithView (
name As String,
p2 As CEMAP
) As CEMAP
public:
static CEMAP^ LoadWithView(
String^ name,
CEMAP^ p2
)
public:
static CEMAP^ LoadWithView(
String^ name,
CEMAP^ p2
)
static member LoadWithView :
name : string *
p2 : CEMAP -> CEMAP
static member LoadWithView :
name : string *
p2 : CEMAP -> CEMAP
Parameters
- name
- Type: SystemString
Source Map name - p2
- Type: Geosoft.Desktop.GXNetCEMAP
EMAP to use as the source view
Return Value
Type:
CEMAPNew EMAP 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