Container property
- Last UpdatedJul 23, 2024
- 1 minute read
Sets the container for the given set of gObjects.
Class
IgObjects
Syntax
[C#]
string Container { set; };
[Visual C++]
HRESULT Container(
[in] BSTR NewContainer
);
Parameters
NewContainer
The name of the container, or blank to uncontain.
Remarks
If the gObject is an ApplicationObject, its area and host are also updated. The gObjects do not need to be checked out; the operation is immediate.