Heureka API .NET Documentation
CalibrateBengtsson Property



Syntax
'Declaration
 
<DescriptionAttribute("Calibrate Bengtsson")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Calibrate Bengtsson")>
<PropertyOrderAttribute(147)>
Public Property CalibrateBengtsson As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.CalibrateBengtsson = value
 
value = instance.CalibrateBengtsson
[Description("Calibrate Bengtsson")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Calibrate Bengtsson")]
[PropertyOrder(147)]
public bool CalibrateBengtsson {get; set;}
[Description("Calibrate Bengtsson")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Calibrate Bengtsson")]
[PropertyOrder(147)]
public:
property bool CalibrateBengtsson {
   bool get();
   void set (    bool 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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback