Slu.Heureka.DomainLayer.TreatmentModel Namespace > TreatmentModelControlTable Class : RotationAgeAdjustFactor Property |
'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); }
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