Name property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the toolset.
Class
IToolset
Syntax
[C#]
string Name { get; };
[Visual C++]
HRESULT Name(
[out, retval] BSTR* theToolset
);
Parameters
theToolset
The toolset name.
Returns the name of the toolset.
IToolset
[C#]
string Name { get; };
[Visual C++]
HRESULT Name(
[out, retval] BSTR* theToolset
);
theToolset
The toolset name.