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