Heureka API .NET Documentation
WholeStandGrowthFunctionWeight Property



Growth correction factor
Syntax
'Declaration
 
<DescriptionAttribute("Weighting of growth as determined by WholeStandGrowthModel and SingleTreeGrowthModel. Range [0 to 100]. Ex. Value of 100 means 100% StandGrowthModel. Value of 0 means 100% SingleTreeModel. Only applied if WholeStandGrowthModel is set.")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<BrowsableAttribute(False)>
<PropertyOrderAttribute(50)>
Public Property WholeStandGrowthFunctionWeight As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.WholeStandGrowthFunctionWeight = value
 
value = instance.WholeStandGrowthFunctionWeight
[Description("Weighting of growth as determined by WholeStandGrowthModel and SingleTreeGrowthModel. Range [0 to 100]. Ex. Value of 100 means 100% StandGrowthModel. Value of 0 means 100% SingleTreeModel. Only applied if WholeStandGrowthModel is set.")]
[Category("1. Growth and yield")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[Browsable(false)]
[PropertyOrder(50)]
public double WholeStandGrowthFunctionWeight {get; set;}
[Description("Weighting of growth as determined by WholeStandGrowthModel and SingleTreeGrowthModel. Range [0 to 100]. Ex. Value of 100 means 100% StandGrowthModel. Value of 0 means 100% SingleTreeModel. Only applied if WholeStandGrowthModel is set.")]
[Category("1. Growth and yield")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[Browsable(false)]
[PropertyOrder(50)]
public:
property double WholeStandGrowthFunctionWeight {
   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