Heureka API .NET Documentation
MaxAgeIngrownTrees Property



Max age ingrown trees
Syntax
'Declaration
 
<DescriptionAttribute("Max age ingrown trees (brh). Minimum of this and age calculated with tree age function will be used.")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Max Age Ingrown Trees")>
<PropertyOrderAttribute(50)>
Public Property MaxAgeIngrownTrees As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.MaxAgeIngrownTrees = value
 
value = instance.MaxAgeIngrownTrees
[Description("Max age ingrown trees (brh). Minimum of this and age calculated with tree age function will be used.")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Max Age Ingrown Trees")]
[PropertyOrder(50)]
public double MaxAgeIngrownTrees {get; set;}
[Description("Max age ingrown trees (brh). Minimum of this and age calculated with tree age function will be used.")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Max Age Ingrown Trees")]
[PropertyOrder(50)]
public:
property double MaxAgeIngrownTrees {
   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