Heureka API .NET Documentation
MortalityRetainedTreesYear1_5 Property



Rate of mortalitity for retained trees
Syntax
'Declaration
 
<DescriptionAttribute("Mortalitity for retained trees during year 1-5 after final felling (% per 5 year period)")>
<DisplayNameAttribute("Mortality for Retained Trees 1-5")>
<CategoryAttribute("1. Growth and yield")>
<ObjectDefaultValuesAttribute()>
<PropertyOrderAttribute(170)>
Public Property MortalityRetainedTreesYear1_5 As DeadWoodSpeciesCollectionSettings
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As DeadWoodSpeciesCollectionSettings
 
instance.MortalityRetainedTreesYear1_5 = value
 
value = instance.MortalityRetainedTreesYear1_5
[Description("Mortalitity for retained trees during year 1-5 after final felling (% per 5 year period)")]
[DisplayName("Mortality for Retained Trees 1-5")]
[Category("1. Growth and yield")]
[ObjectDefaultValues()]
[PropertyOrder(170)]
public DeadWoodSpeciesCollectionSettings MortalityRetainedTreesYear1_5 {get; set;}
[Description("Mortalitity for retained trees during year 1-5 after final felling (% per 5 year period)")]
[DisplayName("Mortality for Retained Trees 1-5")]
[Category("1. Growth and yield")]
[ObjectDefaultValues()]
[PropertyOrder(170)]
public:
property DeadWoodSpeciesCollectionSettings^ MortalityRetainedTreesYear1_5 {
   DeadWoodSpeciesCollectionSettings^ get();
   void set (    DeadWoodSpeciesCollectionSettings^ 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