Click or drag to resize

CGUILaunchGeoDOTNETXToolEx Method

Launch a user created .Net GEOXTOOL.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LaunchGeoDOTNETXToolEx(
	string dll,
	string func,
	CMETA meta,
	int align,
	int dock,
	int width,
	int height
)

public static void LaunchGeoDOTNETXToolEx(
	string dll,
	string func,
	CMETA meta,
	int align,
	int dock,
	int width,
	int height
)

Parameters

dll
Type: SystemString
Assembly name
func
Type: SystemString
Control Class Name
meta
Type: GeoEngine.Core.GXNetCMETA
META Handle (holding tool configuration data)
align
Type: SystemInt32
<define>XTOOL_ALIGN</define> (can specify one or more or <define>XTOOL_ALIGN_ANY</define>)
dock
Type: SystemInt32
<define>XTOOL_DOCK</define>
width
Type: SystemInt32
Default width
height
Type: SystemInt32
Default height
See Also