Heureka API .NET Documentation
GetCoefficients Method (TreeVolumeBase)



The predictionUnit.
Method that allow for setting coefficient (for an example, see TreeVolumeBrandelLesser)
Syntax
'Declaration
 
Protected Overridable Function GetCoefficients( _
   ByVal p As PredictionUnit _
) As IDictionary(Of SpeciesGroupCode,Double())
'Usage
 
Dim instance As TreeVolumeBase
Dim p As PredictionUnit
Dim value As IDictionary(Of SpeciesGroupCode,Double())
 
value = instance.GetCoefficients(p)
protected virtual IDictionary<SpeciesGroupCode,double[]> GetCoefficients( 
   PredictionUnit p
)
protected:
virtual IDictionary<SpeciesGroupCode,array<double>>^ GetCoefficients( 
   PredictionUnit^ p
) 

Parameters

p
The predictionUnit.
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