Heureka API .NET Documentation
CalibrateSoderberg Property



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