Heureka API .NET Documentation
GetTreeHeight Method



Syntax
'Declaration
 
Public Function GetTreeHeight( _
   ByVal t As Tree, _
   Optional ByVal periodLength As Double _
) As Double
'Usage
 
Dim instance As TreeHeightLowProdNystrom
Dim t As Tree
Dim periodLength As Double
Dim value As Double
 
value = instance.GetTreeHeight(t, periodLength)
public double GetTreeHeight( 
   Tree t,
   double periodLength
)
public:
double GetTreeHeight( 
   Tree^ t,
   double periodLength
) 

Parameters

t
periodLength
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

TreeHeightLowProdNystrom Class
TreeHeightLowProdNystrom Members

Send Feedback