Heureka API .NET Documentation
HeightThresholdSaplingToTreePlot Property



Gets or sets height treshold when saplings should become trees, m.
Syntax
'Declaration
 
<DescriptionAttribute("Height threshold (mean arithmetic tree height, m) when saplings are reclassified into trees")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Height Threshold Young/Mature")>
<PropertyOrderAttribute(230)>
Public Property HeightThresholdSaplingToTreePlot As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.HeightThresholdSaplingToTreePlot = value
 
value = instance.HeightThresholdSaplingToTreePlot
[Description("Height threshold (mean arithmetic tree height, m) when saplings are reclassified into trees")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Threshold Young/Mature")]
[PropertyOrder(230)]
public double HeightThresholdSaplingToTreePlot {get; set;}
[Description("Height threshold (mean arithmetic tree height, m) when saplings are reclassified into trees")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Threshold Young/Mature")]
[PropertyOrder(230)]
public:
property double HeightThresholdSaplingToTreePlot {
   double get();
   void set (    double 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