Click or drag to resize

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

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

Parameters

dll
Type: SystemString
DLL name
func
Type: SystemString
Function Name
meta
Type: GeoEngine.Core.GXNetCMETA
META Handle (holding tool configuration data)
See Also