Heureka API .NET Documentation
MinDiameter Property



Gets or sets height treshold when saplings should become trees, m.
Syntax
'Declaration
 
<DescriptionAttribute("Minimum diameter for trees in an established stand (cm dbh). Should be set to 4 if ingrowth function is used. When transferring from young stands, trees with dbh < MinDiameter are removed.")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Minimum diameter established stand")>
<PropertyOrderAttribute(240)>
Public Property MinDiameter As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.MinDiameter = value
 
value = instance.MinDiameter
[Description("Minimum diameter for trees in an established stand (cm dbh). Should be set to 4 if ingrowth function is used. When transferring from young stands, trees with dbh < MinDiameter are removed.")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Minimum diameter established stand")]
[PropertyOrder(240)]
public double MinDiameter {get; set;}
[Description("Minimum diameter for trees in an established stand (cm dbh). Should be set to 4 if ingrowth function is used. When transferring from young stands, trees with dbh < MinDiameter are removed.")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Minimum diameter established stand")]
[PropertyOrder(240)]
public:
property double MinDiameter {
   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