AddToolSet method
- Last UpdatedJul 23, 2024
- 1 minute read
Adds the toolset to the Galaxy.
Class
IToolsets
Syntax
[C#]
void AddToolSet(
string parentToolset,
string newToolset
);
[Visual C++]
// Add a new toolset to the Galaxy.
HRESULT AddToolSet(
[in] BSTR parentToolset,
[in] BSTR newToolset
);