Heureka API .NET Documentation
Tolerance Property



Max error tolerance
Syntax
'Declaration
 
<DescriptionAttribute("Max error tolerance between desired and actual thinning diameter distribution (%).Only used if thinning alogorithm is set to LOEriksson")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<PropertyOrderAttribute(6)>
Public Property Tolerance As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.Tolerance = value
 
value = instance.Tolerance
[Description("Max error tolerance between desired and actual thinning diameter distribution (%).Only used if thinning alogorithm is set to LOEriksson")]
[Category("4.1 Thinning")]
[DefaultValue()]
[Browsable(false)]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[PropertyOrder(6)]
public double Tolerance {get; set;}
[Description("Max error tolerance between desired and actual thinning diameter distribution (%).Only used if thinning alogorithm is set to LOEriksson")]
[Category("4.1 Thinning")]
[DefaultValue()]
[Browsable(false)]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[PropertyOrder(6)]
public:
property double Tolerance {
   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