Heureka API .NET Documentation
SiteIndexAdjustmentFactor Property



Mortality factor
Syntax
'Declaration
 
<DescriptionAttribute("Site index adjustment factor")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Site Index Adjustment")>
<PropertyOrderAttribute(220)>
Public Property SiteIndexAdjustmentFactor As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.SiteIndexAdjustmentFactor = value
 
value = instance.SiteIndexAdjustmentFactor
[Description("Site index adjustment factor")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Site Index Adjustment")]
[PropertyOrder(220)]
public double SiteIndexAdjustmentFactor {get; set;}
[Description("Site index adjustment factor")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Site Index Adjustment")]
[PropertyOrder(220)]
public:
property double SiteIndexAdjustmentFactor {
   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