IExtent properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
Area
|
IArea
|
Read-only | Returns the area of the extent. |
FileName
|
CHARACTER
|
Read-only | Returns the filename of the extent. |
IsFixed
|
LOGICAL
|
Readable, Writeable | Set to TRUE if the extent
is fixed. |
Number
|
INTEGER
|
Read-only | Returns the number of the extent within the area. |
Path
|
CHARACTER
|
Readable, Writeable | Set to the path of the extent. Can be set instead
of the FileName property. |
Size
|
INTEGER
|
Readable, Writeable | Set to the size of the extent in KB. |
SizeUsed
|
INTEGER
|
Read-only | Returns the used extent size (high water mark) in KB. |