Heureka API .NET Documentation
YoungStandMaxHeight Property



Syntax
'Declaration
 
<DescriptionAttribute("Maximum height for a stand to be considered young enough for bio fuel thinning")>
<CategoryAttribute("4.3 Young Stand Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Max Height")>
<PropertyOrderAttribute(40)>
Public Property YoungStandMaxHeight As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.YoungStandMaxHeight = value
 
value = instance.YoungStandMaxHeight
[Description("Maximum height for a stand to be considered young enough for bio fuel thinning")]
[Category("4.3 Young Stand Thinning")]
[DefaultValue()]
[DisplayName("Max Height")]
[PropertyOrder(40)]
public double YoungStandMaxHeight {get; set;}
[Description("Maximum height for a stand to be considered young enough for bio fuel thinning")]
[Category("4.3 Young Stand Thinning")]
[DefaultValue()]
[DisplayName("Max Height")]
[PropertyOrder(40)]
public:
property double YoungStandMaxHeight {
   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