Class TCustomLocationObsBoundary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomLocationObsBoundary = class(TModflowScreenObjectProperty)

Description

no description available, TModflowScreenObjectProperty description follows

Hierarchy

Overview

Fields

Private FObservationName: string;
Private FLayerFractions: TMultiHeadCollection;
Private FPurpose: TObservationPurpose;

Methods

Private procedure SetObservationName(Value: string);
Private procedure SetLayerFractions(const Value: TMultiHeadCollection);
Private procedure SetPurpose(const Value: TObservationPurpose);
Public Constructor Create(Model: TBaseModel; ScreenObject: TObject);
Public Destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;
Public function GetItemObsName(Item: TCustomLocationObservation): string;

Properties

Published property ObservationName: string read FObservationName write SetObservationName;
Published property LayerFractions: TMultiHeadCollection read FLayerFractions write SetLayerFractions;
Published property Purpose: TObservationPurpose read FPurpose write SetPurpose;

Description

Fields

Private FObservationName: string;
 
Private FLayerFractions: TMultiHeadCollection;
 
Private FPurpose: TObservationPurpose;
 

Methods

Private procedure SetObservationName(Value: string);
 
Private procedure SetLayerFractions(const Value: TMultiHeadCollection);
 
Private procedure SetPurpose(const Value: TObservationPurpose);
 
Public Constructor Create(Model: TBaseModel; ScreenObject: TObject);

Create creates an instance of TCustomLocationObsBoundary.

Public Destructor Destroy; override;

Destroy destroys the current instance of TCustomLocationObsBoundary. Do not call Destroy directly. Call Free instead.

Public procedure Assign(Source: TPersistent); override;
 
Public function GetItemObsName(Item: TCustomLocationObservation): string;
 

Properties

Published property ObservationName: string read FObservationName write SetObservationName;
 
Published property LayerFractions: TMultiHeadCollection read FLayerFractions write SetLayerFractions;
 
Published property Purpose: TObservationPurpose read FPurpose write SetPurpose;
 

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