Heureka API .NET Documentation
CalibrateSaplingHeightGrowth Property



Syntax
'Declaration
 
<DescriptionAttribute("True if sapling growth should be calibrated to main sapling growth function")>
<CategoryAttribute("2. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("For testing: CalibrateSaplingHeightGrowth")>
<BrowsableAttribute(False)>
Public Property CalibrateSaplingHeightGrowth As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.CalibrateSaplingHeightGrowth = value
 
value = instance.CalibrateSaplingHeightGrowth
[Description("True if sapling growth should be calibrated to main sapling growth function")]
[Category("2. Regeneration")]
[DefaultValue()]
[DisplayName("For testing: CalibrateSaplingHeightGrowth")]
[Browsable(false)]
public bool CalibrateSaplingHeightGrowth {get; set;}
[Description("True if sapling growth should be calibrated to main sapling growth function")]
[Category("2. Regeneration")]
[DefaultValue()]
[DisplayName("For testing: CalibrateSaplingHeightGrowth")]
[Browsable(false)]
public:
property bool CalibrateSaplingHeightGrowth {
   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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback