Heureka API .NET Documentation
CalculateStandGrowthForLargeTreesOnly Property



Gets or sets a value indicating if stand growth should be calculated for large trees only.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if stand growth only should be calculated for trees >= 10 cm dbh (true) or all trees (false).")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DisplayNameAttribute("Growth: Compute Large Only (test)")>
<PropertyOrderAttribute(60)>
Public Property CalculateStandGrowthForLargeTreesOnly As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.CalculateStandGrowthForLargeTreesOnly = value
 
value = instance.CalculateStandGrowthForLargeTreesOnly
[Description("Indicates if stand growth only should be calculated for trees >= 10 cm dbh (true) or all trees (false).")]
[Category("1. Growth and yield")]
[DefaultValue()]
[Browsable(false)]
[DisplayName("Growth: Compute Large Only (test)")]
[PropertyOrder(60)]
public bool CalculateStandGrowthForLargeTreesOnly {get; set;}
[Description("Indicates if stand growth only should be calculated for trees >= 10 cm dbh (true) or all trees (false).")]
[Category("1. Growth and yield")]
[DefaultValue()]
[Browsable(false)]
[DisplayName("Growth: Compute Large Only (test)")]
[PropertyOrder(60)]
public:
property bool CalculateStandGrowthForLargeTreesOnly {
   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