Heureka API .NET Documentation
CalibrateAge Property



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