Heureka API .NET Documentation
Roots2to5mm Property



Biomass of roots with diameter between 2 and 4.9 mm in ton DM/ha
Syntax
'Declaration
 
Public Property Roots2to5mm As Double
'Usage
 
Dim instance As ApiBiomass
Dim value As Double
 
instance.Roots2to5mm = value
 
value = instance.Roots2to5mm
public double Roots2to5mm {get; set;}
public:
property double Roots2to5mm {
   double get();
   void set (    double value);
}
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

ApiBiomass Class
ApiBiomass Members

Send Feedback