Description | Hierarchy | Fields | Methods | Properties |
type TCustomTransientLayerPackageSelection = class(TCustomLayerPackageSelection)
TCustomTransientLayerPackageSelection
is used for MODFLOW boundary conditions packages in which, for each stress period, the user specifies an array of layer numbers to which the boundary condition applies.
![]() |
FTimeVaryingLayers: boolean; |
![]() |
FMultiplierArrayNames: TTransientMultCollection; |
![]() |
FZoneArrayNames: TTransientZoneCollection; |
![]() |
function GetTimeVaryingLayers: boolean; |
![]() |
procedure SetTimeVaryingLayers(const Value: boolean); |
![]() |
procedure UpdateWithElevationFormula(Formula: string; ScreenObject: TScreenObject; NewUseList: TStringList); |
![]() |
procedure SetMultiplierArrayNames(const Value: TTransientMultCollection); |
![]() |
procedure SetZoneArrayNames(const Value: TTransientZoneCollection); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
property TimeVaryingLayers: boolean read GetTimeVaryingLayers
write SetTimeVaryingLayers; |
![]() |
property MultiplierArrayNames: TTransientMultCollection read FMultiplierArrayNames
write SetMultiplierArrayNames; |
![]() |
property ZoneArrayNames: TTransientZoneCollection read FZoneArrayNames
write SetZoneArrayNames; |
![]() |
FTimeVaryingLayers: boolean; |
![]() |
FMultiplierArrayNames: TTransientMultCollection; |
![]() |
FZoneArrayNames: TTransientZoneCollection; |
![]() |
function GetTimeVaryingLayers: boolean; |
![]() |
procedure SetTimeVaryingLayers(const Value: boolean); |
![]() |
procedure UpdateWithElevationFormula(Formula: string; ScreenObject: TScreenObject; NewUseList: TStringList); |
![]() |
procedure SetMultiplierArrayNames(const Value: TTransientMultCollection); |
![]() |
procedure SetZoneArrayNames(const Value: TTransientZoneCollection); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
property TimeVaryingLayers: boolean read GetTimeVaryingLayers
write SetTimeVaryingLayers; |
![]() |
property MultiplierArrayNames: TTransientMultCollection read FMultiplierArrayNames
write SetMultiplierArrayNames; |
![]() |
property ZoneArrayNames: TTransientZoneCollection read FZoneArrayNames
write SetZoneArrayNames; |