Heureka API .NET Documentation
VolumeOverstorey Property



Volume of overstorey trees (m3sk/ha)
Syntax
'Declaration
 
<UnitAttribute("m3sk/ha")>
<DescriptionAttribute("Volume overstorey")>
<DisplayNameAttribute("Volume overstorey")>
<DisplayNameShortAttribute("V overst")>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property VolumeOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.VolumeOverstorey
[Unit("m3sk/ha")]
[Description("Volume overstorey")]
[DisplayName("Volume overstorey")]
[DisplayNameShort("V overst")]
[NumberOfDecimals(1)]
public double VolumeOverstorey {get;}
[Unit("m3sk/ha")]
[Description("Volume overstorey")]
[DisplayName("Volume overstorey")]
[DisplayNameShort("V overst")]
[NumberOfDecimals(1)]
public:
property double VolumeOverstorey {
   double get();
}
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

ForestData Class
ForestData Members

Send Feedback