Description | Hierarchy | Fields | Methods | Properties |
type TSwtPrintFormats = class(TGoPhastPersistent)
![]() |
FVerticalDisplacementFormat: integer; |
![]() |
FCompactionByInterbedSystemFormat: integer; |
![]() |
FSubsidenceFormat: integer; |
![]() |
FCompactionByModelLayerFormat: integer; |
![]() |
FThicknessCompressibleSediments: integer; |
![]() |
FEffectiveStress: integer; |
![]() |
FLayerCenterElevation: integer; |
![]() |
FGeostaticStress: integer; |
![]() |
FVoidRatio: integer; |
![]() |
FDeltaEffectiveStress: integer; |
![]() |
FDeltaGeostaticStress: integer; |
![]() |
FPreconsolidationStress: integer; |
![]() |
FDeltaPreconsolidationStress: integer; |
![]() |
procedure SetCompactionByInterbedSystemFormat(const Value: integer); |
![]() |
procedure SetCompactionByModelLayerFormat(const Value: integer); |
![]() |
procedure SetSubsidenceFormat(const Value: integer); |
![]() |
procedure SetVerticalDisplacementFormat(const Value: integer); |
![]() |
procedure SetDeltaEffectiveStress(const Value: integer); |
![]() |
procedure SetDeltaGeostaticStress(const Value: integer); |
![]() |
procedure SetDeltaPreconsolidationStress(const Value: integer); |
![]() |
procedure SetEffectiveStress(const Value: integer); |
![]() |
procedure SetGeostaticStress(const Value: integer); |
![]() |
procedure SetLayerCenterElevation(const Value: integer); |
![]() |
procedure SetPreconsolidationStress(const Value: integer); |
![]() |
procedure SetThicknessCompressibleSediments(const Value: integer); |
![]() |
procedure SetVoidRatio(const Value: integer); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure InitializeVariables; |
![]() |
FVerticalDisplacementFormat: integer; |
![]() |
FCompactionByInterbedSystemFormat: integer; |
![]() |
FSubsidenceFormat: integer; |
![]() |
FCompactionByModelLayerFormat: integer; |
![]() |
FThicknessCompressibleSediments: integer; |
![]() |
FEffectiveStress: integer; |
![]() |
FLayerCenterElevation: integer; |
![]() |
FGeostaticStress: integer; |
![]() |
FVoidRatio: integer; |
![]() |
FDeltaEffectiveStress: integer; |
![]() |
FDeltaGeostaticStress: integer; |
![]() |
FPreconsolidationStress: integer; |
![]() |
FDeltaPreconsolidationStress: integer; |
![]() |
procedure SetCompactionByInterbedSystemFormat(const Value: integer); |
![]() |
procedure SetCompactionByModelLayerFormat(const Value: integer); |
![]() |
procedure SetSubsidenceFormat(const Value: integer); |
![]() |
procedure SetVerticalDisplacementFormat(const Value: integer); |
![]() |
procedure SetDeltaEffectiveStress(const Value: integer); |
![]() |
procedure SetDeltaGeostaticStress(const Value: integer); |
![]() |
procedure SetDeltaPreconsolidationStress(const Value: integer); |
![]() |
procedure SetEffectiveStress(const Value: integer); |
![]() |
procedure SetGeostaticStress(const Value: integer); |
![]() |
procedure SetLayerCenterElevation(const Value: integer); |
![]() |
procedure SetPreconsolidationStress(const Value: integer); |
![]() |
procedure SetThicknessCompressibleSediments(const Value: integer); |
![]() |
procedure SetVoidRatio(const Value: integer); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure InitializeVariables; |
![]() |
property SubsidenceFormat : integer read FSubsidenceFormat
write SetSubsidenceFormat; |
Ifm1 |
![]() |
property CompactionByModelLayerFormat: integer
read FCompactionByModelLayerFormat write SetCompactionByModelLayerFormat; |
Ifm2 |
![]() |
property CompactionByInterbedSystemFormat: integer
read FCompactionByInterbedSystemFormat
write SetCompactionByInterbedSystemFormat; |
Ifm3 |
![]() |
property VerticalDisplacementFormat: integer
read FVerticalDisplacementFormat write SetVerticalDisplacementFormat; |
Ifm4 |
![]() |
property PreconsolidationStress: integer read FPreconsolidationStress
write SetPreconsolidationStress; |
Ifm5 |
![]() |
property DeltaPreconsolidationStress: integer
read FDeltaPreconsolidationStress write SetDeltaPreconsolidationStress; |
Ifm6 |
![]() |
property GeostaticStress: integer read FGeostaticStress
write SetGeostaticStress; |
Ifm7 |
![]() |
property DeltaGeostaticStress: integer read FDeltaGeostaticStress
write SetDeltaGeostaticStress; |
Ifm8 |
![]() |
property EffectiveStress: integer read FEffectiveStress
write SetEffectiveStress; |
Ifm9 |
![]() |
property DeltaEffectiveStress: integer read FDeltaEffectiveStress
write SetDeltaEffectiveStress; |
Ifm10 |
![]() |
property VoidRatio: integer read FVoidRatio write SetVoidRatio; |
Ifm11 |
![]() |
property ThicknessCompressibleSediments: integer
read FThicknessCompressibleSediments
write SetThicknessCompressibleSediments; |
Ifm12 |
![]() |
property LayerCenterElevation: integer read FLayerCenterElevation
write SetLayerCenterElevation; |
Ifm13 |