Heureka API .NET Documentation
MortalityInPartialSetAsides6_10 Property



Rate of mortalitity for retained trees
Syntax
'Declaration
 
<DescriptionAttribute("Mortality for trees within a partial set aside during year 6-10 after final felling of the main stand")>
<DisplayNameAttribute("Mortality in Retention Patches year 6-10")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<PropertyOrderAttribute(210)>
Public Property MortalityInPartialSetAsides6_10 As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.MortalityInPartialSetAsides6_10 = value
 
value = instance.MortalityInPartialSetAsides6_10
[Description("Mortality for trees within a partial set aside during year 6-10 after final felling of the main stand")]
[DisplayName("Mortality in Retention Patches year 6-10")]
[Category("1. Growth and yield")]
[DefaultValue()]
[PropertyOrder(210)]
public double MortalityInPartialSetAsides6_10 {get; set;}
[Description("Mortality for trees within a partial set aside during year 6-10 after final felling of the main stand")]
[DisplayName("Mortality in Retention Patches year 6-10")]
[Category("1. Growth and yield")]
[DefaultValue()]
[PropertyOrder(210)]
public:
property double MortalityInPartialSetAsides6_10 {
   double get();
   void set (    double 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