Heureka API .NET Documentation
getAgeConiferous Method



Syntax
'Declaration
 
Protected Shared Function getAgeConiferous( _
   ByVal siteIndex As Double, _
   ByVal latitude As Double, _
   ByVal isSpruce As Boolean _
) As Double
'Usage
 
Dim siteIndex As Double
Dim latitude As Double
Dim isSpruce As Boolean
Dim value As Double
 
value = AgeToBreastHeightElfving.getAgeConiferous(siteIndex, latitude, isSpruce)
protected static double getAgeConiferous( 
   double siteIndex,
   double latitude,
   bool isSpruce
)
protected:
static double getAgeConiferous( 
   double siteIndex,
   double latitude,
   bool isSpruce
) 

Parameters

siteIndex
latitude
isSpruce
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

AgeToBreastHeightElfving Class
AgeToBreastHeightElfving Members

Send Feedback