Description | Hierarchy | Fields | Methods | Properties |
type TCustomModflowGridEdgeFeature = class(TObject)
TCustomModflowGridEdgeFeature
is a base class used in the display of model properties that are on the edges between model cells. Currently, the Horizontal Flow Barrier package is the only example of this supported in ModelMuse. .
![]() |
FCol1: integer; |
![]() |
FCol2: integer; |
![]() |
FRow1: integer; |
![]() |
FRow2: integer; |
![]() |
FLayer: integer; |
![]() |
FModel: TBaseModel; |
![]() |
function GetRealAnnotation(Index: integer): string; virtual; abstract; |
![]() |
function GetRealValue(Index: integer): double; virtual; abstract; |
![]() |
function StartPoint: TPoint; |
![]() |
function EndPoint: TPoint; |
![]() |
constructor Create(AModel: TBaseModel); |
![]() |
function Select(Const X, Y, ALayer: integer): boolean; |
![]() |
function EndingLocation: TPoint2D; |
![]() |
function StartingLocation: TPoint2D; |
![]() |
property Col1: integer Read FCol1; |
![]() |
property Col2: integer Read FCol2; |
![]() |
property Row1: integer Read FRow1; |
![]() |
property Row2: integer Read FRow2; |
![]() |
property Layer: integer Read FLayer; |
![]() |
property RealValue[Index:integer]: double read GetRealValue; |
![]() |
property RealAnnotation[Index:integer]: string read GetRealAnnotation; |
![]() |
FCol1: integer; |
See Col1. |
![]() |
FCol2: integer; |
See Col2. |
![]() |
FRow1: integer; |
See Row1. |
![]() |
FRow2: integer; |
See Row2. |
![]() |
FLayer: integer; |
See Layer. |
![]() |
FModel: TBaseModel; |
![]() |
function GetRealAnnotation(Index: integer): string; virtual; abstract; |
See RealAnnotation. |
![]() |
function GetRealValue(Index: integer): double; virtual; abstract; |
See RealValue. |
![]() |
function StartPoint: TPoint; |
|
![]() |
function EndPoint: TPoint; |
|
![]() |
constructor Create(AModel: TBaseModel); |
![]() |
function Select(Const X, Y, ALayer: integer): boolean; |
|
![]() |
function EndingLocation: TPoint2D; |
|
![]() |
function StartingLocation: TPoint2D; |
|
![]() |
property Col1: integer Read FCol1; |
|
![]() |
property Col2: integer Read FCol2; |
|
![]() |
property Row1: integer Read FRow1; |
|
![]() |
property Row2: integer Read FRow2; |
|
![]() |
property Layer: integer Read FLayer; |
|
![]() |
property RealValue[Index:integer]: double read GetRealValue; |
|
![]() |
property RealAnnotation[Index:integer]: string read GetRealAnnotation; |
|