Heureka API .NET Documentation
GetVolumeUnderBark(PredictionUnit,ITree) Method



Prediction unit where tree is located
Tree to calculate volume for
*********FOR UNIT TESTING!*********** Calculates volume under bark for a tree, with site data from prediction unit. The actual functions used depends on the model type given in the constructor.
Syntax
'Declaration
 
Public Overloads Function GetVolumeUnderBark( _
   ByVal pUnit As PredictionUnit, _
   ByVal t As ITree _
) As Double
'Usage
 
Dim instance As TreeVolumeBrandelLesser
Dim pUnit As PredictionUnit
Dim t As ITree
Dim value As Double
 
value = instance.GetVolumeUnderBark(pUnit, t)
public double GetVolumeUnderBark( 
   PredictionUnit pUnit,
   ITree t
)
public:
double GetVolumeUnderBark( 
   PredictionUnit^ pUnit,
   ITree^ t
) 

Parameters

pUnit
Prediction unit where tree is located
t
Tree to calculate volume for

Return Value

Volume under bark for tree, dm3
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

TreeVolumeBrandelLesser Class
TreeVolumeBrandelLesser Members
Overload List

Send Feedback