Heureka API .NET Documentation
MaxDiameterUnderstorey Property



Upper diameter limit for understorey trees in thinnings (cm)
Syntax
'Declaration
 
<DescriptionAttribute("Upper diameter limit for understorey trees in thinnings (cm). Trees with dbh lesser than this value will be considered understorey trees (in mature stands, not in plantations)Note: Setting this to 0 means that no trees will be considered understorey trees.")>
<DisplayNameAttribute("Understorey Max Diameter")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<PropertyOrderAttribute(100)>
<OldDefaultValueAttribute(3)>
Public Property MaxDiameterUnderstorey As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxDiameterUnderstorey = value
 
value = instance.MaxDiameterUnderstorey
[Description("Upper diameter limit for understorey trees in thinnings (cm). Trees with dbh lesser than this value will be considered understorey trees (in mature stands, not in plantations)Note: Setting this to 0 means that no trees will be considered understorey trees.")]
[DisplayName("Understorey Max Diameter")]
[Category("4.1 Thinning")]
[DefaultValue()]
[PropertyOrder(100)]
[OldDefaultValue(3)]
public double MaxDiameterUnderstorey {get; set;}
[Description("Upper diameter limit for understorey trees in thinnings (cm). Trees with dbh lesser than this value will be considered understorey trees (in mature stands, not in plantations)Note: Setting this to 0 means that no trees will be considered understorey trees.")]
[DisplayName("Understorey Max Diameter")]
[Category("4.1 Thinning")]
[DefaultValue()]
[PropertyOrder(100)]
[OldDefaultValue(3)]
public:
property double MaxDiameterUnderstorey {
   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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback