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



Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function BasalAreaToDiameter( _
   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.BasalAreaToDiameter(tree, period)
[Extension()]
public static float BasalAreaToDiameter( 
   Tree tree,
   int period
)
[Extension()]
public:
static float BasalAreaToDiameter( 
   Tree^ tree,
   int period
) 

Parameters

tree
period

Return Value

diameter, cm
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