Heureka API .NET Documentation
BasalAreaExclOverstorey Property



Total basal area excl overstorey trees(m2/ha)
Syntax
'Declaration
 
<UnitAttribute("m2/ha")>
<DescriptionAttribute("Basal area (excl overstorey)")>
<DisplayNameAttribute("Basal area (excl overstorey)")>
<DisplayNameShortAttribute("G excl os")>
<BrowsableAttribute(True)>
<DbObjectLegacyNamesAttribute(System.Collections.Generic.List`1[System.String])>
<NumberOfDecimalsAttribute(2)>
<MandatoryProperty()>
Public ReadOnly Property BasalAreaExclOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.BasalAreaExclOverstorey
[Unit("m2/ha")]
[Description("Basal area (excl overstorey)")]
[DisplayName("Basal area (excl overstorey)")]
[DisplayNameShort("G excl os")]
[Browsable(true)]
[DbObjectLegacyNames(System.Collections.Generic.List`1[System.String])]
[NumberOfDecimals(2)]
[MandatoryProperty()]
public double BasalAreaExclOverstorey {get;}
[Unit("m2/ha")]
[Description("Basal area (excl overstorey)")]
[DisplayName("Basal area (excl overstorey)")]
[DisplayNameShort("G excl os")]
[Browsable(true)]
[DbObjectLegacyNames(System.Collections.Generic.List`1[System.String])]
[NumberOfDecimals(2)]
[MandatoryProperty()]
public:
property double BasalAreaExclOverstorey {
   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