Click or drag to resize
CGUILaunchSingleGeoDOTNETXTool Method
Launch a user created .Net GEOXTOOL ensuring a single instance.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void LaunchSingleGeoDOTNETXTool(
	string str1,
	string str2,
	CMETA oMETA3
)

Parameters

str1
Type: SystemString
Assembly name
str2
Type: SystemString
Control Class Name
oMETA3
Type: GeoEngine.Core.GXNetCMETA
META Handle (holding tool configuration data)
See Also