Heureka API .NET Documentation
YoungStandMaxRelativeAge Property



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