 | CGUILaunchSingleGeoDOTNETXToolEx 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
Syntaxpublic static void LaunchSingleGeoDOTNETXToolEx(
string dll,
string func,
CMETA meta,
int align,
int dock,
int width,
int height
)
public static void LaunchSingleGeoDOTNETXToolEx(
string dll,
string func,
CMETA meta,
int align,
int dock,
int width,
int height
)
Public Shared Sub LaunchSingleGeoDOTNETXToolEx (
dll As String,
func As String,
meta As CMETA,
align As Integer,
dock As Integer,
width As Integer,
height As Integer
)
Public Shared Sub LaunchSingleGeoDOTNETXToolEx (
dll As String,
func As String,
meta As CMETA,
align As Integer,
dock As Integer,
width As Integer,
height As Integer
)
public:
static void LaunchSingleGeoDOTNETXToolEx(
String^ dll,
String^ func,
CMETA^ meta,
int align,
int dock,
int width,
int height
)
public:
static void LaunchSingleGeoDOTNETXToolEx(
String^ dll,
String^ func,
CMETA^ meta,
int align,
int dock,
int width,
int height
)
static member LaunchSingleGeoDOTNETXToolEx :
dll : string *
func : string *
meta : CMETA *
align : int *
dock : int *
width : int *
height : int -> unit
static member LaunchSingleGeoDOTNETXToolEx :
dll : string *
func : string *
meta : CMETA *
align : int *
dock : int *
width : int *
height : int -> unit
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