 | CGUILaunchSingleGeoDOTNETXTool Method |
Launch a user created .Net GEOXTOOL ensuring a single instance.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LaunchSingleGeoDOTNETXTool(
string dll,
string func,
CMETA meta
)
public static void LaunchSingleGeoDOTNETXTool(
string dll,
string func,
CMETA meta
)
Public Shared Sub LaunchSingleGeoDOTNETXTool (
dll As String,
func As String,
meta As CMETA
)
Public Shared Sub LaunchSingleGeoDOTNETXTool (
dll As String,
func As String,
meta As CMETA
)
public:
static void LaunchSingleGeoDOTNETXTool(
String^ dll,
String^ func,
CMETA^ meta
)
public:
static void LaunchSingleGeoDOTNETXTool(
String^ dll,
String^ func,
CMETA^ meta
)
static member LaunchSingleGeoDOTNETXTool :
dll : string *
func : string *
meta : CMETA -> unit
static member LaunchSingleGeoDOTNETXTool :
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