Heureka API .NET Documentation
YoungStandMaxAge Property



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