Heureka API .NET Documentation
SpeciesVolume Property



Volume per species (m3sk/ha)
Syntax
'Declaration
 
<UnitAttribute("m3sk/ha")>
<DescriptionAttribute("Volume per species including overstorey trees")>
<DisplayNameAttribute("Species Volume")>
<DisplayNameShortAttribute("V species incl os")>
<BrowsableAttribute(False)>
Public ReadOnly Property SpeciesVolume As SpeciesCollection
'Usage
 
Dim instance As ForestData
Dim value As SpeciesCollection
 
value = instance.SpeciesVolume
[Unit("m3sk/ha")]
[Description("Volume per species including overstorey trees")]
[DisplayName("Species Volume")]
[DisplayNameShort("V species incl os")]
[Browsable(false)]
public SpeciesCollection SpeciesVolume {get;}
[Unit("m3sk/ha")]
[Description("Volume per species including overstorey trees")]
[DisplayName("Species Volume")]
[DisplayNameShort("V species incl os")]
[Browsable(false)]
public:
property SpeciesCollection^ SpeciesVolume {
   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