Heureka API .NET Documentation
StateAfterCleaning Property



Simulate State After Cleaning
Syntax
'Declaration
 
<DescriptionAttribute("Simulate state after cleaning. If true, simulation of regeneration refers to state after cleaning, otherwise before cleaning")>
<CategoryAttribute("X. Regeneration - Eriksson/Pettersson")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DisplayNameAttribute("Simulate State After Cleaning")>
Public Property StateAfterCleaning As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.StateAfterCleaning = value
 
value = instance.StateAfterCleaning
[Description("Simulate state after cleaning. If true, simulation of regeneration refers to state after cleaning, otherwise before cleaning")]
[Category("X. Regeneration - Eriksson/Pettersson")]
[DefaultValue()]
[Browsable(false)]
[DisplayName("Simulate State After Cleaning")]
public bool StateAfterCleaning {get; set;}
[Description("Simulate state after cleaning. If true, simulation of regeneration refers to state after cleaning, otherwise before cleaning")]
[Category("X. Regeneration - Eriksson/Pettersson")]
[DefaultValue()]
[Browsable(false)]
[DisplayName("Simulate State After Cleaning")]
public:
property bool StateAfterCleaning {
   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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback