Heureka API .NET Documentation
MinDiameterFinalFelling Property



Min diameter for final felling, cm
Syntax
'Declaration
 
<DescriptionAttribute("Minimum diameter (dbh) in final felling, cm")>
<CategoryAttribute("5. Final Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Min Diameter in Final Felling")>
<PropertyOrderAttribute(10)>
Public Property MinDiameterFinalFelling As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinDiameterFinalFelling = value
 
value = instance.MinDiameterFinalFelling
[Description("Minimum diameter (dbh) in final felling, cm")]
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Min Diameter in Final Felling")]
[PropertyOrder(10)]
public double MinDiameterFinalFelling {get; set;}
[Description("Minimum diameter (dbh) in final felling, cm")]
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Min Diameter in Final Felling")]
[PropertyOrder(10)]
public:
property double MinDiameterFinalFelling {
   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