Heureka API .NET Documentation
MortalityFactor Property



Mortality factor
Syntax
'Declaration
 
<DescriptionAttribute("Mortality adjustment factor (in established forest)")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Mortality Factor Established Forest")>
<PropertyOrderAttribute(146)>
Public Property MortalityFactor As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.MortalityFactor = value
 
value = instance.MortalityFactor
[Description("Mortality adjustment factor (in established forest)")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Mortality Factor Established Forest")]
[PropertyOrder(146)]
public double MortalityFactor {get; set;}
[Description("Mortality adjustment factor (in established forest)")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Mortality Factor Established Forest")]
[PropertyOrder(146)]
public:
property double MortalityFactor {
   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