Heureka API .NET Documentation
MinDiameterThinning Property



Minimum diameter of thinned trees (cm)
Syntax
'Declaration
 
<DescriptionAttribute("Minimum diameter of thinned trees (cm)")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<OldDefaultValueAttribute(0)>
<OldDefaultValueAttribute(3)>
<DisplayNameAttribute("Min Diameter Thinning")>
<PropertyOrderAttribute(30)>
Public Property MinDiameterThinning As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinDiameterThinning = value
 
value = instance.MinDiameterThinning
[Description("Minimum diameter of thinned trees (cm)")]
[Category("4.1 Thinning")]
[DefaultValue()]
[OldDefaultValue(0)]
[OldDefaultValue(3)]
[DisplayName("Min Diameter Thinning")]
[PropertyOrder(30)]
public double MinDiameterThinning {get; set;}
[Description("Minimum diameter of thinned trees (cm)")]
[Category("4.1 Thinning")]
[DefaultValue()]
[OldDefaultValue(0)]
[OldDefaultValue(3)]
[DisplayName("Min Diameter Thinning")]
[PropertyOrder(30)]
public:
property double MinDiameterThinning {
   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