Heureka API .NET Documentation
SoilPreparationYear Property



SoilPreparationYear
Syntax
'Declaration
 
<DescriptionAttribute("Number of years after final felling that soil preparations occurs. Value may not be larger than RegenerationYear.")>
<CategoryAttribute("2. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Soil Preparation Year")>
<PropertyOrderAttribute(20)>
Public Property SoilPreparationYear As Integer
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Integer
 
instance.SoilPreparationYear = value
 
value = instance.SoilPreparationYear
[Description("Number of years after final felling that soil preparations occurs. Value may not be larger than RegenerationYear.")]
[Category("2. Regeneration")]
[DefaultValue()]
[DisplayName("Soil Preparation Year")]
[PropertyOrder(20)]
public int SoilPreparationYear {get; set;}
[Description("Number of years after final felling that soil preparations occurs. Value may not be larger than RegenerationYear.")]
[Category("2. Regeneration")]
[DefaultValue()]
[DisplayName("Soil Preparation Year")]
[PropertyOrder(20)]
public:
property int SoilPreparationYear {
   int get();
   void set (    int 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