QueryToolsets method
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves a collection object containing the available Toolsets.
Class
IGalaxy
Syntax
[C#]
IToolsets QueryToolsets( );
[Visual C++]
HRESULT QueryToolsets(
[out, retval] IToolsets** toolsets
);
Parameters
toolsets
The Toolsets collection object.
Remarks
User should be logged in.