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