Item property
- Last UpdatedJul 23, 2024
- 1 minute read
Return a toolset.
Class
IGalaxies
Syntax
[C#]
IGalaxy this[object GalaxyIdentifier] { get; };
[Visual C++]
HRESULT Item(
[in] VARIANT GalaxyIdentifier,
[out, retval] IGalaxy**
);
Parameters
GalaxyIdentifier
The index of a Galaxy. This is a numeric value from 1 to count, or the name of the Galaxy.
IGalaxy
The returned Galaxy object.