Class TCustomModflowBoundaryItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomModflowBoundaryItem = class(TCustomBoundaryItem)

Description

TCustomModflowBoundaryItem represents a boundary for one time interval. TCustomModflowBoundaryItem is stored by TCustomMF_BoundColl.

Hierarchy

Overview

Fields

Private FEndTime: double;

Methods

Private procedure SetEndTime(const Value: double);
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property EndTime: double read FEndTime write SetEndTime;

Description

Fields

Private FEndTime: double;

See EndTime.

Methods

Private procedure SetEndTime(const Value: double);

See EndTime.

Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;

IsSame returns True if AnotherItem is a TCustomModflowBoundaryItem and StartTime and (EndTime) are the same in the current TCustomModflowBoundaryItem and in AnotherItem.

Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property EndTime: double read FEndTime write SetEndTime;

EndTime indicates the ending time of this boundary.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:44