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



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

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

TreeVolumeBrandelLesser Class
TreeVolumeBrandelLesser Members
Overload List

Send Feedback