Heureka API .NET Documentation
TreeGrowthModel Property



Syntax
'Declaration
 
<DisplayNameAttribute("Growth Model Individual-Tree")>
<PropertyOrderAttribute(20)>
<DescriptionAttribute("Single tree growth function selected. Computes diameter growth for each tree on a prediction unit or sample plot")>
<TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeGrowth, 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 TreeGrowthModel As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.TreeGrowthModel = value
 
value = instance.TreeGrowthModel
[DisplayName("Growth Model Individual-Tree")]
[PropertyOrder(20)]
[Description("Single tree growth function selected. Computes diameter growth for each tree on a prediction unit or sample plot")]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeGrowth, 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 TreeGrowthModel {get; set;}
[DisplayName("Growth Model Individual-Tree")]
[PropertyOrder(20)]
[Description("Single tree growth function selected. Computes diameter growth for each tree on a prediction unit or sample plot")]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeGrowth, 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^ TreeGrowthModel {
   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