Heureka API .NET Documentation
TreeExpansionFactor Property



Gets the tree expansion factor, stems/ha
Syntax
'Declaration
 
Public ReadOnly Property TreeExpansionFactor As Double
'Usage
 
Dim instance As PredictionUnit
Dim value As Double
 
value = instance.TreeExpansionFactor
public double TreeExpansionFactor {get;}
public:
property double TreeExpansionFactor {
   double get();
}
Remarks
This is the number of stems/ha each stem on the plot represents, e.g. if the productive plot area is 200 m2 then the expansion factor is 50.
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

PredictionUnit Class
PredictionUnit Members

Send Feedback