Area property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns or sets the name of the Area object, or blank if the object does not have an area.
Class
IgObject
Syntax
[C#]
string Area { set; get; };
[Visual C++]
[propget]
HRESULT Area(
[out, retval] BSTR* theArea
);
[propput]
HRESULT Area(
[in] BSTR NewArea
);
Parameters
theArea
The name of the current Area object, or blank if the object doesn't have an area.
NewArea
The new name of the area, or blank to unassign the object from its existing area.