Heureka API .NET Documentation
LayerBiomass Property



Gets or sets biomass.
Syntax
'Declaration
 
Public Property LayerBiomass As ApiBiomass
'Usage
 
Dim instance As ApiTreeLayerData
Dim value As ApiBiomass
 
instance.LayerBiomass = value
 
value = instance.LayerBiomass
public ApiBiomass LayerBiomass {get; set;}
public:
property ApiBiomass^ LayerBiomass {
   ApiBiomass^ get();
   void set (    ApiBiomass^ value);
}

Property Value

Biomass amounts per layer (ton dry matter per ha)
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

ApiTreeLayerData Class
ApiTreeLayerData Members

Send Feedback