Heureka API .NET Documentation
MaxHeightAnyThinning Property



Max dominant height (m) when applying any thinning.
Syntax
'Declaration
 
<DescriptionAttribute("Max dominant height (m) when applying any thinning.")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Max Height Any Thinning")>
<PropertyOrderAttribute(90)>
Public Property MaxHeightAnyThinning As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxHeightAnyThinning = value
 
value = instance.MaxHeightAnyThinning
[Description("Max dominant height (m) when applying any thinning.")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Max Height Any Thinning")]
[PropertyOrder(90)]
public double MaxHeightAnyThinning {get; set;}
[Description("Max dominant height (m) when applying any thinning.")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Max Height Any Thinning")]
[PropertyOrder(90)]
public:
property double MaxHeightAnyThinning {
   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