Click or drag to resize
CGUILaunchGeoXToolEx Method
Launch a user created GEOXTOOL.

Available since Oasis montaj version: 9.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 LaunchGeoXToolEx(
	string str1,
	string str2,
	CMETA oMETA3,
	int i4,
	int i5,
	int i6,
	int i7
)

Parameters

str1
Type: SystemString
DLL name
str2
Type: SystemString
Function Name
oMETA3
Type: GeoEngine.Core.GXNetCMETA
META Handle (holding tool configuration data)
i4
Type: SystemInt32
See XTOOL_ALIGNConstant (can specify one or more or XTOOL_ALIGN_ANY)
i5
Type: SystemInt32
See XTOOL_DOCKConstant
i6
Type: SystemInt32
Default width
i7
Type: SystemInt32
Default height
See Also