Heureka API .NET Documentation
LayerBasalAreaPerHa Property



Gets or sets the basal area per ha (m2/ha) for the layer.
Syntax
'Declaration
 
Public Property LayerBasalAreaPerHa As Nullable(Of Double)
'Usage
 
Dim instance As ApiTreeLayerData
Dim value As Nullable(Of Double)
 
instance.LayerBasalAreaPerHa = value
 
value = instance.LayerBasalAreaPerHa
public Nullable<double> LayerBasalAreaPerHa {get; set;}
public:
property Nullable<double> LayerBasalAreaPerHa {
   Nullable<double> get();
   void set (    Nullable<double> value);
}

Property Value

The 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

ApiTreeLayerData Class
ApiTreeLayerData Members

Send Feedback