Heureka API .NET Documentation
Volume Property (ForestData)



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