Click or drag to resize

CPROJiRemoveTool Method

Removes (and closes if visible) a auxiliary tool from the current project.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iRemoveTool(
	string name
)

public static int iRemoveTool(
	string name
)

Parameters

name
Type: SystemString
Tool name

Return Value

Type: Int32
0 - Ok 1 - Tool not found in project
Remarks
Nothing
See Also