Click or drag to resize

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
Syntax
public static void LaunchSingleGeoDOTNETXTool(
	string dll,
	string func,
	CMETA meta
)

public static void LaunchSingleGeoDOTNETXTool(
	string dll,
	string func,
	CMETA meta
)

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