Heureka API .NET Documentation
RotationAgeAdjustFactor Property



Rotation age adjustment factor (lowest final felling age is multiplied with this factor)
Syntax
'Declaration
 
<DescriptionAttribute("Rotation age adjustment factor. Lowest final felling age is multiplied with this factor. For example, factor 1.1 means that the miniumm rotation age allowed is increased by 10%.")>
<CategoryAttribute("5. Final Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Rotation Age Adjustment Factor")>
<BrowsableAttribute(False)>
Public Property RotationAgeAdjustFactor As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.RotationAgeAdjustFactor = value
 
value = instance.RotationAgeAdjustFactor
[Description("Rotation age adjustment factor. Lowest final felling age is multiplied with this factor. For example, factor 1.1 means that the miniumm rotation age allowed is increased by 10%.")]
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Rotation Age Adjustment Factor")]
[Browsable(false)]
public double RotationAgeAdjustFactor {get; set;}
[Description("Rotation age adjustment factor. Lowest final felling age is multiplied with this factor. For example, factor 1.1 means that the miniumm rotation age allowed is increased by 10%.")]
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Rotation Age Adjustment Factor")]
[Browsable(false)]
public:
property double RotationAgeAdjustFactor {
   double get();
   void set (    double value);
}
Remarks
This property is here as a copy of the same value in the planwise specific tpg-control table We chose this as an acceptable solution for the problem of making the rotationAgeAdjustFactor reachable from DomainLayer. Since moving the hole setting here was not an option.
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