Heureka API .NET Documentation
CalibrateAgeYoungStands Property



Calibrate Tree Ages
Syntax
'Declaration
 
<DescriptionAttribute("Calibrate sapling ages. True if computed mean age of main saplings in young stands should equal mean age of input data. ")>
<CategoryAttribute("2. Age settings")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Calibrate Age To Register Value, Young Stands")>
Public Property CalibrateAgeYoungStands As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.CalibrateAgeYoungStands = value
 
value = instance.CalibrateAgeYoungStands
[Description("Calibrate sapling ages. True if computed mean age of main saplings in young stands should equal mean age of input data. ")]
[Category("2. Age settings")]
[DefaultValue()]
[DisplayName("Calibrate Age To Register Value, Young Stands")]
public bool CalibrateAgeYoungStands {get; set;}
[Description("Calibrate sapling ages. True if computed mean age of main saplings in young stands should equal mean age of input data. ")]
[Category("2. Age settings")]
[DefaultValue()]
[DisplayName("Calibrate Age To Register Value, Young Stands")]
public:
property bool CalibrateAgeYoungStands {
   bool get();
   void set (    bool 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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback