Heureka API .NET Documentation
VolumeHa Property



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

Property Value

Volume 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