Heureka API .NET Documentation
MortalityModel Property



Mortality Model
Syntax
'Declaration
 
<DescriptionAttribute("Decides the implementation for how tree mortality probability is calculated")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Mortality Implementation")>
<PropertyOrderAttribute(140)>
Public Property MortalityModel As MortalityImplementationType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As MortalityImplementationType
 
instance.MortalityModel = value
 
value = instance.MortalityModel
[Description("Decides the implementation for how tree mortality probability is calculated")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Mortality Implementation")]
[PropertyOrder(140)]
public MortalityImplementationType MortalityModel {get; set;}
[Description("Decides the implementation for how tree mortality probability is calculated")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Mortality Implementation")]
[PropertyOrder(140)]
public:
property MortalityImplementationType MortalityModel {
   MortalityImplementationType get();
   void set (    MortalityImplementationType 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