 | CGUILaunchGeoXTool Method |
Launch a user created GEOXTOOL.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void LaunchGeoXTool(
CGXNETCore gxNetShared,
string dll,
string func,
CMETA meta
)
public static void LaunchGeoXTool(
CGXNETCore gxNetShared,
string dll,
string func,
CMETA meta
)
Public Shared Sub LaunchGeoXTool (
gxNetShared As CGXNETCore,
dll As String,
func As String,
meta As CMETA
)
Public Shared Sub LaunchGeoXTool (
gxNetShared As CGXNETCore,
dll As String,
func As String,
meta As CMETA
)
public:
static void LaunchGeoXTool(
CGXNETCore^ gxNetShared,
String^ dll,
String^ func,
CMETA^ meta
)
public:
static void LaunchGeoXTool(
CGXNETCore^ gxNetShared,
String^ dll,
String^ func,
CMETA^ meta
)
static member LaunchGeoXTool :
gxNetShared : CGXNETCore *
dll : string *
func : string *
meta : CMETA -> unit
static member LaunchGeoXTool :
gxNetShared : CGXNETCore *
dll : string *
func : string *
meta : CMETA -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - dll
- Type: SystemString
DLL name - func
- Type: SystemString
Function Name - meta
- Type: GeoEngine.Core.GXNetXCMETA
META Handle (holding tool configuration data)
See Also