 | CGUILaunchGeoXTool Method |
Launch a user created GEOXTOOL.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LaunchGeoXTool(
string dll,
string func,
CMETA meta
)
public static void LaunchGeoXTool(
string dll,
string func,
CMETA meta
)
Public Shared Sub LaunchGeoXTool (
dll As String,
func As String,
meta As CMETA
)
Public Shared Sub LaunchGeoXTool (
dll As String,
func As String,
meta As CMETA
)
public:
static void LaunchGeoXTool(
String^ dll,
String^ func,
CMETA^ meta
)
public:
static void LaunchGeoXTool(
String^ dll,
String^ func,
CMETA^ meta
)
static member LaunchGeoXTool :
dll : string *
func : string *
meta : CMETA -> unit
static member LaunchGeoXTool :
dll : string *
func : string *
meta : CMETA -> unit
Parameters
- dll
- Type: SystemString
DLL name - func
- Type: SystemString
Function Name - meta
- Type: GeoEngine.Core.GXNetCMETA
META Handle (holding tool configuration data)
See Also