 | CGMSYSRemoveLegacyGMS Method |
Completely remove a legacy GSMSYS-2D GMS model file and folders
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void RemoveLegacyGMS(
string model
)
public static void RemoveLegacyGMS(
string model
)
Public Shared Sub RemoveLegacyGMS (
model As String
)
Public Shared Sub RemoveLegacyGMS (
model As String
)
public:
static void RemoveLegacyGMS(
String^ model
)
public:
static void RemoveLegacyGMS(
String^ model
)
static member RemoveLegacyGMS :
model : string -> unit
static member RemoveLegacyGMS :
model : string -> unit
Parameters
- model
- Type: SystemString
Model name
See Also