DeleteToolSet method
- Last UpdatedJul 23, 2024
- 1 minute read
Deletes the toolset from the Galaxy.
Class
IToolsets
Syntax
[C#]
void DeleteToolSet(
string toolsetToDelete
);
[Visual C++]
// Delete an existing toolset from the Galaxy.
HRESULT DeleteToolSet(
[in] BSTR toolsetToDelete
);