| Description | Hierarchy | Fields | Methods | Properties | 
type TUzfExtinctDepthItem = class(TCustomModflowBoundaryItem)
TUzfExtinctDepthItem represents a MODFLOW UZF Extinction Depth for one time interval. TUzfExtinctDepthItem is stored by TUzfExtinctionDepthCollection.
|  | FUzfExtinctDepth: TFormulaObject; | 
|  | procedure SetUzfExtinctDepth(const Value: string); | 
|  | function GetUzfExtinctDepth: string; | 
|  | procedure AssignObserverEvents(Collection: TCollection); override; | 
|  | procedure CreateFormulaObjects; override; | 
|  | procedure GetPropertyObserver(Sender: TObject; List: TList); override; | 
|  | procedure RemoveFormulaObjects; override; | 
|  | function GetBoundaryFormula(Index: integer): string; override; | 
|  | procedure SetBoundaryFormula(Index: integer; const Value: string); override; | 
|  | function IsSame(AnotherItem: TOrderedItem): boolean; override; | 
|  | function BoundaryFormulaCount: integer; override; | 
|  | procedure Assign(Source: TPersistent); override; | 
|  | Destructor Destroy; override; | 
|  | property UzfExtinctDepth: string read GetUzfExtinctDepth write SetUzfExtinctDepth; | 
|  | FUzfExtinctDepth: TFormulaObject; | 
| See UzfExtinctDepth. | |
|  | procedure SetUzfExtinctDepth(const Value: string); | 
| See UzfExtinctDepth. | |
|  | function GetUzfExtinctDepth: string; | 
|  | procedure AssignObserverEvents(Collection: TCollection); override; | 
|  | procedure CreateFormulaObjects; override; | 
|  | procedure GetPropertyObserver(Sender: TObject; List: TList); override; | 
|  | procedure RemoveFormulaObjects; override; | 
|  | function GetBoundaryFormula(Index: integer): string; override; | 
| See BoundaryFormula. | |
|  | procedure SetBoundaryFormula(Index: integer; const Value: string); override; | 
| See BoundaryFormula. | |
|  | function IsSame(AnotherItem: TOrderedItem): boolean; override; | 
| 
 | |
|  | function BoundaryFormulaCount: integer; override; | 
|  | procedure Assign(Source: TPersistent); override; | 
| 
 | |
|  | Destructor Destroy; override; | 
|  | property UzfExtinctDepth: string read GetUzfExtinctDepth write SetUzfExtinctDepth; | 
| 
 | |