Heureka API .NET Documentation
DeterministicCleaning Property



Gets or sets deterministic model for cleaning simulation
Syntax
'Declaration
 
<DescriptionAttribute("True if deteministic application of cleaning model, otherwise false.")>
<CategoryAttribute("3. Cleaning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Deterministic Application")>
<PropertyOrderAttribute(20)>
Public Property DeterministicCleaning As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.DeterministicCleaning = value
 
value = instance.DeterministicCleaning
[Description("True if deteministic application of cleaning model, otherwise false.")]
[Category("3. Cleaning")]
[DefaultValue()]
[DisplayName("Deterministic Application")]
[PropertyOrder(20)]
public bool DeterministicCleaning {get; set;}
[Description("True if deteministic application of cleaning model, otherwise false.")]
[Category("3. Cleaning")]
[DefaultValue()]
[DisplayName("Deterministic Application")]
[PropertyOrder(20)]
public:
property bool DeterministicCleaning {
   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