 | 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
Syntaxpublic static int iRemoveTool(
string name
)
public static int iRemoveTool(
string name
)
Public Shared Function iRemoveTool (
name As String
) As Integer
Public Shared Function iRemoveTool (
name As String
) As Integer
public:
static int iRemoveTool(
String^ name
)
public:
static int iRemoveTool(
String^ name
)
static member iRemoveTool :
name : string -> int
static member iRemoveTool :
name : string -> int
Parameters
- name
- Type: SystemString
Tool name
Return Value
Type:
Int32
0 - Ok
1 - Tool not found in project
RemarksNothing
See Also