Heureka API .NET Documentation
MinHeightThinning Property



Min dominant height (m) to apply thinning.
Syntax
'Declaration
 
<DescriptionAttribute("Min dominant height to do thinning. If dominant height is less, thinning is not allowed.")>
<CategoryAttribute("4.1 Thinning")>
<DisplayNameAttribute("Min Height Thinning")>
<PropertyOrderAttribute(75)>
<DefaultValueAttribute()>
Public Property MinHeightThinning As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinHeightThinning = value
 
value = instance.MinHeightThinning
[Description("Min dominant height to do thinning. If dominant height is less, thinning is not allowed.")]
[Category("4.1 Thinning")]
[DisplayName("Min Height Thinning")]
[PropertyOrder(75)]
[DefaultValue()]
public double MinHeightThinning {get; set;}
[Description("Min dominant height to do thinning. If dominant height is less, thinning is not allowed.")]
[Category("4.1 Thinning")]
[DisplayName("Min Height Thinning")]
[PropertyOrder(75)]
[DefaultValue()]
public:
property double MinHeightThinning {
   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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback