Method syntax
|
Description
|
LOGICAL Add ( pExtent AS IExtent )
|
Adds the extent object referenced by pExtent to the list and returns TRUE if successful.
|
IExtent Get ( pNum as INTEGER )
|
Returns the extent object from the list that has its Number property set to pNum. Returns the Unknown value (?) if the object is not found.
|
INTEGER IndexOf ( pExtent AS IExtent )
|
Returns the index in this list of the extent object referenced by pExtent.
|
LOGICAL Remove ( pExtent AS IExtent )
|
Removes the extent object referenced by pExtent from the list and returns TRUE if successful. Can only execute if the extent is not committed to the database using the CreateArea*( ) or UpdateArea*( ) service methods.
|