 | CEMAPLoadControl Method |
Version of Load_EMAP that can be used to load a database via subclassing into a Windows control.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadControl(
string map_file,
IWin32Window window
)
public static void LoadControl(
string map_file,
IWin32Window window
)
Public Shared Sub LoadControl (
map_file As String,
window As IWin32Window
)
Public Shared Sub LoadControl (
map_file As String,
window As IWin32Window
)
public:
static void LoadControl(
String^ map_file,
IWin32Window^ window
)
public:
static void LoadControl(
String^ map_file,
IWin32Window^ window
)
static member LoadControl :
map_file : string *
window : IWin32Window -> unit
static member LoadControl :
map_file : string *
window : IWin32Window -> unit
Parameters
- map_file
- Type: SystemString
Map filename - window
- Type: System.Windows.FormsIWin32Window
Window handle to receive document
See Also