Item property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns a toolset.
Class
IToolsets
Syntax
[C#]
IToolset this[object toolsetIdentifier] { get; };
[Visual C++]
HRESULT Item(
[in] VARIANT toolsetIdentifier,
[out, retval] IToolset**
);
Parameters
toolsetIdentifier
The index of a toolset. This is a numeric value from 1 to Count. Or it is the name of the toolset.
IToolset
The returned toolset.