Heureka API .NET Documentation
LayerVolumePerHa Property



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

Property Value

Volume per ha (m3sk/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

ApiTreeLayerData Class
ApiTreeLayerData Members

Send Feedback