Heureka API .NET Documentation
BasalAreaHa Property



Gets or sets the basal area per ha.
Syntax
'Declaration
 
Public Property BasalAreaHa As Double
'Usage
 
Dim instance As ApiState
Dim value As Double
 
instance.BasalAreaHa = value
 
value = instance.BasalAreaHa
public double BasalAreaHa {get; set;}
public:
property double BasalAreaHa {
   double get();
   void set (    double value);
}

Property Value

Basal area per ha (m2/ha).
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

ApiState Class
ApiState Members

Send Feedback