Heureka API .NET Documentation
GetVolumeUnderBark Method (TreeVolumeBase)



Syntax
'Declaration
 
Public MustOverride Function GetVolumeUnderBark( _
   ByVal pUnit As PredictionUnit, _
   ByVal period As Integer _
) As Double()
'Usage
 
Dim instance As TreeVolumeBase
Dim pUnit As PredictionUnit
Dim period As Integer
Dim value() As Double
 
value = instance.GetVolumeUnderBark(pUnit, period)
public abstract double[] GetVolumeUnderBark( 
   PredictionUnit pUnit,
   int period
)
public:
abstract array<double>^ GetVolumeUnderBark( 
   PredictionUnit^ pUnit,
   int period
) 

Parameters

pUnit
period
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

TreeVolumeBase Class
TreeVolumeBase Members

Send Feedback