Heureka API .NET Documentation
BiomassFunctionNormalForest Property



Syntax
'Declaration
 
<DisplayNameAttribute("Biomass Functions Established Forest Above Ground")>
<PropertyOrderAttribute(21)>
<DescriptionAttribute("Functions for calculating biomass of trees excluding stumps and roots in established stands. For stumps and roots, Petersson & Ståhl (2006) is used.")>
<TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IBiomassEstablishedForest, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")>
<DefaultValueAttribute()>
<CategoryAttribute("1. Growth and yield")>
Public Property BiomassFunctionNormalForest As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.BiomassFunctionNormalForest = value
 
value = instance.BiomassFunctionNormalForest
[DisplayName("Biomass Functions Established Forest Above Ground")]
[PropertyOrder(21)]
[Description("Functions for calculating biomass of trees excluding stumps and roots in established stands. For stumps and roots, Petersson & Ståhl (2006) is used.")]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IBiomassEstablishedForest, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")]
[DefaultValue()]
[Category("1. Growth and yield")]
public string BiomassFunctionNormalForest {get; set;}
[DisplayName("Biomass Functions Established Forest Above Ground")]
[PropertyOrder(21)]
[Description("Functions for calculating biomass of trees excluding stumps and roots in established stands. For stumps and roots, Petersson & Ståhl (2006) is used.")]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IBiomassEstablishedForest, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")]
[DefaultValue()]
[Category("1. Growth and yield")]
public:
property String^ BiomassFunctionNormalForest {
   String^ get();
   void set (    String^ value);
}
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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback