Heureka API .NET Documentation
DeadWoodProportionAfterStorm Property



Proportion of windthrown trees (volume) that is not extracted but left as dead wood. Value is set from value in control table SimulationControlTable in RegWise. SimulationControlTable is not available in mortality model where the parameter is used, but contextually the parameter belongs to SimulationControlTable.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property DeadWoodProportionAfterStorm As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.DeadWoodProportionAfterStorm = value
 
value = instance.DeadWoodProportionAfterStorm
[Browsable(false)]
[DefaultValue()]
public double DeadWoodProportionAfterStorm {get; set;}
[Browsable(false)]
[DefaultValue()]
public:
property double DeadWoodProportionAfterStorm {
   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