Rename method
- Last UpdatedJul 23, 2024
- 1 minute read
Renames this toolset.
Class
IToolset
Syntax
[C#]
void Rename(
string newName
);
[Visual C++]
HRESULT Rename(
[in] BSTR newName
);
Parameters
newName
The new name of the toolset.
Renames this toolset.
IToolset
[C#]
void Rename(
string newName
);
[Visual C++]
HRESULT Rename(
[in] BSTR newName
);
newName
The new name of the toolset.