Class TReturnLocation
Unit
ModflowDrtUnit
Declaration
type TReturnLocation = class(TGoPhastPersistent)
Description
no description available, TGoPhastPersistent description follows
Hierarchy
Overview
Fields
Methods
 |
procedure SetX(const Value: real); |
 |
procedure SetY(const Value: real); |
 |
procedure SetZ(const Value: real); |
 |
procedure Assign(Source: TPersistent); override; |
Properties
 |
property X: real read FX write SetX; |
 |
property Y: real read FY write SetY; |
 |
property Z: real read FZ write SetZ; |
Description
Fields
 |
FZ: real; |
|
 |
FX: real; |
|
 |
FY: real; |
|
Methods
 |
procedure SetX(const Value: real); |
|
 |
procedure SetY(const Value: real); |
|
 |
procedure SetZ(const Value: real); |
|
 |
procedure Assign(Source: TPersistent); override; |
|
Properties
 |
property X: real read FX write SetX; |
|
 |
property Y: real read FY write SetY; |
|
 |
property Z: real read FZ write SetZ; |
|
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:45