Add method
- Last UpdatedJul 23, 2024
- 1 minute read
Add an object to the list.
Class
IgObjects
Syntax
[C#]
void Add(
igObject gObject
);
[Visual C++]
HRESULT Add(
[in] igObject* gObject
);
Parameters
gObject
A gObject to be added to the list.
Add an object to the list.
IgObjects
[C#]
void Add(
igObject gObject
);
[Visual C++]
HRESULT Add(
[in] igObject* gObject
);
gObject
A gObject to be added to the list.