IAreaSet methods
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Inherits methods from IDataAdminCollection
and defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Adds the area object referenced by
area to the set and returns
TRUE if successful. |
|
Returns TRUE if there is an area object in the set that has its
Name property set to areaname. |
|
Returns TRUE if there is an area object in the set that has its
Number property set to areanum. |
|
Returns TRUE if the area object referenced by area is in the set. |
|
Returns the area object from the set that
has its Name property set to areaname. Returns the Unknown value (?) if the object is not
found. |
|
Returns the area object from the set that
has its Number property set to areanum. Returns the Unknown value (?) if the object is not
found. |
For more information, see: