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