Heureka API .NET Documentation
IncludeThinningEffect Property



Gets or sets a value indicating if thinning effect should be calculated
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if thinning effect should be included when growth is calculated.")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Growth: Include Thinning Response")>
<PropertyOrderAttribute(30)>
Public Property IncludeThinningEffect As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.IncludeThinningEffect = value
 
value = instance.IncludeThinningEffect
[Description("Indicates if thinning effect should be included when growth is calculated.")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Growth: Include Thinning Response")]
[PropertyOrder(30)]
public bool IncludeThinningEffect {get; set;}
[Description("Indicates if thinning effect should be included when growth is calculated.")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Growth: Include Thinning Response")]
[PropertyOrder(30)]
public:
property bool IncludeThinningEffect {
   bool get();
   void set (    bool 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