Heureka API .NET Documentation
RegenerationYearExtensive Property



Number of years from final felling to regeneration
Syntax
'Declaration
 
<DescriptionAttribute("Number of years after final felling or complete wind-throw that extensive regeneration is assumed to start.")>
<CategoryAttribute("2. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Regeneration Year for Extensive Regeneration")>
<PropertyOrderAttribute(31)>
Public Property RegenerationYearExtensive As Integer
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Integer
 
instance.RegenerationYearExtensive = value
 
value = instance.RegenerationYearExtensive
[Description("Number of years after final felling or complete wind-throw that extensive regeneration is assumed to start.")]
[Category("2. Regeneration")]
[DefaultValue()]
[DisplayName("Regeneration Year for Extensive Regeneration")]
[PropertyOrder(31)]
public int RegenerationYearExtensive {get; set;}
[Description("Number of years after final felling or complete wind-throw that extensive regeneration is assumed to start.")]
[Category("2. Regeneration")]
[DefaultValue()]
[DisplayName("Regeneration Year for Extensive Regeneration")]
[PropertyOrder(31)]
public:
property int RegenerationYearExtensive {
   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