Area property
- Last UpdatedJul 23, 2024
- 1 minute read
Set the area for the given set of gObjects.
Class
IgObjects
Syntax
[C#]
string Area { set; };
[Visual C++]
HRESULT Area(
in, retval] BSTR* NewArea
);
Parameters
NewArea
The name of the Area object, or blank or unspecified to unassign from existing area.
Remarks
The area of an AppObject gObject cannot be set directly. Set the container or host. The gObjects do not need to be checked out; the operation is immediate.