Heureka API .NET Documentation
Area Property (TreatmentUnit)



Gets or sets productive area, in ha
Syntax
'Declaration
 
<UnitAttribute("ha")>
<NumberOfDecimalsAttribute(4)>
Public Property Area As Double
'Usage
 
Dim instance As TreatmentUnit
Dim value As Double
 
instance.Area = value
 
value = instance.Area
[Unit("ha")]
[NumberOfDecimals(4)]
public double Area {get; set;}
[Unit("ha")]
[NumberOfDecimals(4)]
public:
property double Area {
   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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback