record TUzfExtinctionDepthRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUzfExtinctionDepthRecord = record

Description

  TUzfExtinctionDepthRecord = record
    Cell: TCellLocation;
    ExtinctionDepth: double;
    StartingTime: double;
    EndingTime: double;
    ExtinctionDepthAnnotation: string;
  end;
   

TUzfExtinctionDepthRecord stores the location, time, and ET extinction depth for a cell.

Overview

Fields

Cell: TCellLocation;
ExtinctionDepth: double;
StartingTime: double;
EndingTime: double;
ExtinctionDepthAnnotation: string;

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
procedure RecordStrings(Strings: TStringList);

Description

Fields

Cell: TCellLocation;
 
ExtinctionDepth: double;
 
StartingTime: double;
 
EndingTime: double;
 
ExtinctionDepthAnnotation: string;
 

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
 
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
 
procedure RecordStrings(Strings: TStringList);
 

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