Heureka API .NET Documentation
GetHeight Method



Syntax
'Declaration
 
Public Function GetHeight( _
   ByVal age As Double, _
   ByVal height As Double, _
   ByVal periodLength As Double _
) As Double
'Usage
 
Dim instance As SiteIndexEquationBase
Dim age As Double
Dim height As Double
Dim periodLength As Double
Dim value As Double
 
value = instance.GetHeight(age, height, periodLength)
public double GetHeight( 
   double age,
   double height,
   double periodLength
)
public:
double GetHeight( 
   double age,
   double height,
   double periodLength
) 

Parameters

age
height
periodLength
Exceptions
ExceptionDescription
Slu.Heureka.HeurekaModelErrorException The exception thrown when a model error occurs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SiteIndexEquationBase Class
SiteIndexEquationBase Members

Send Feedback