Heureka API .NET Documentation
CrownDiameter Method



The species group of the tree.
The tree diameter at breast height in centimeters.
The latitude of the current stand (m)
Syntax
'Declaration
 
Public Shared Function CrownDiameter( _
   ByVal speciesGroup As SpeciesGroupCode, _
   ByVal treeDiameter As Double, _
   ByVal latitude As Double _
) As Double
'Usage
 
Dim speciesGroup As SpeciesGroupCode
Dim treeDiameter As Double
Dim latitude As Double
Dim value As Double
 
value = TreeCrownDiameter.CrownDiameter(speciesGroup, treeDiameter, latitude)

Parameters

speciesGroup
The species group of the tree.
treeDiameter
The tree diameter at breast height in centimeters.
latitude
The latitude of the current stand (m)

Return Value

The crown diameter in decimeters.
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

TreeCrownDiameter Class
TreeCrownDiameter Members

Send Feedback