Heureka API .NET Documentation
DiameterToBasalArea(Tree,Int32) Method



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function DiameterToBasalArea( _
   ByVal tree As Tree, _
   ByVal period As Integer _
) As Single
'Usage
 
Dim tree As Tree
Dim period As Integer
Dim value As Single
 
value = BasalAreaConverter.DiameterToBasalArea(tree, period)
[Extension()]
public static float DiameterToBasalArea( 
   Tree tree,
   int period
)
[Extension()]
public:
static float DiameterToBasalArea( 
   Tree^ tree,
   int period
) 

Parameters

tree
period

Return Value

basal area, cm2
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

BasalAreaConverter Class
BasalAreaConverter Members
Overload List

Send Feedback