Heureka API .NET Documentation
SpeciesBasalAreaExclOverstorey Property



Basal area per species for non overstorey trees (m2/ha)
Syntax
'Declaration
 
<UnitAttribute("m2/ha")>
<DescriptionAttribute("Basal area per species excl overstorey")>
<DisplayNameAttribute("Species Basal Area (excl overst)")>
<BrowsableAttribute(False)>
Public ReadOnly Property SpeciesBasalAreaExclOverstorey As SpeciesCollection
'Usage
 
Dim instance As ForestData
Dim value As SpeciesCollection
 
value = instance.SpeciesBasalAreaExclOverstorey
[Unit("m2/ha")]
[Description("Basal area per species excl overstorey")]
[DisplayName("Species Basal Area (excl overst)")]
[Browsable(false)]
public SpeciesCollection SpeciesBasalAreaExclOverstorey {get;}
[Unit("m2/ha")]
[Description("Basal area per species excl overstorey")]
[DisplayName("Species Basal Area (excl overst)")]
[Browsable(false)]
public:
property SpeciesCollection^ SpeciesBasalAreaExclOverstorey {
   SpeciesCollection^ 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