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