Heureka API .NET Documentation
MinPropThinnablePlots Property



Min proportion of plots that should be thinned (according to guide) in order to apply thinning.
Syntax
'Declaration
 
<DescriptionAttribute("Min proportion of plots that should be thinned according to guide in order to apply thinning or selection felling.")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Min Prop. Thinnable Plots")>
<PropertyOrderAttribute(20)>
Public Property MinPropThinnablePlots As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinPropThinnablePlots = value
 
value = instance.MinPropThinnablePlots
[Description("Min proportion of plots that should be thinned according to guide in order to apply thinning or selection felling.")]
[Category("4. Thinning or Selection Felling")]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DefaultValue()]
[DisplayName("Min Prop. Thinnable Plots")]
[PropertyOrder(20)]
public double MinPropThinnablePlots {get; set;}
[Description("Min proportion of plots that should be thinned according to guide in order to apply thinning or selection felling.")]
[Category("4. Thinning or Selection Felling")]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DefaultValue()]
[DisplayName("Min Prop. Thinnable Plots")]
[PropertyOrder(20)]
public:
property double MinPropThinnablePlots {
   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