| Description | Hierarchy | Fields | Methods | Properties |
type TWellInterval = class(TCollectionItem)
TWellInterval an open interval in a well boundary in PHAST.
![]() |
FFirstElevation: double; |
![]() |
FSecondElevation: double; |
![]() |
procedure SetFirstElevation(const Value: double); |
![]() |
procedure SetSecondElevation(const Value: double); |
![]() |
procedure InvalidateModel; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property FirstElevation: double read FFirstElevation write
SetFirstElevation; |
![]() |
property SecondElevation: double read FSecondElevation write
SetSecondElevation; |
![]() |
FFirstElevation: double; |
|
| |
![]() |
FSecondElevation: double; |
|
| |
![]() |
procedure SetFirstElevation(const Value: double); |
|
See FirstElevation. | |
![]() |
procedure SetSecondElevation(const Value: double); |
|
See SecondElevation. | |
![]() |
procedure InvalidateModel; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
If Source is a | |
![]() |
property FirstElevation: double read FFirstElevation write
SetFirstElevation; |
|
| |
![]() |
property SecondElevation: double read FSecondElevation write
SetSecondElevation; |
|
| |