 | CGMSYSLaunch Method |
Launch GMSYS with extension
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Launch(
string model
)
public static void Launch(
string model
)
Public Shared Sub Launch (
model As String
)
Public Shared Sub Launch (
model As String
)
public:
static void Launch(
String^ model
)
public:
static void Launch(
String^ model
)
static member Launch :
model : string -> unit
static member Launch :
model : string -> unit
Parameters
- model
- Type: SystemString
Model name
See Also