Heureka API .NET Documentation
CleaningModelType Property



Gets or sets model for cleaning simulation
Syntax
'Declaration
 
<DescriptionAttribute("Model for simulating tree removal in cleanings.")>
<CategoryAttribute("3. Cleaning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Cleaning Model")>
<PropertyOrderAttribute(10)>
Public Property CleaningModelType As CleaningModelType
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As CleaningModelType
 
instance.CleaningModelType = value
 
value = instance.CleaningModelType
[Description("Model for simulating tree removal in cleanings.")]
[Category("3. Cleaning")]
[DefaultValue()]
[DisplayName("Cleaning Model")]
[PropertyOrder(10)]
public CleaningModelType CleaningModelType {get; set;}
[Description("Model for simulating tree removal in cleanings.")]
[Category("3. Cleaning")]
[DefaultValue()]
[DisplayName("Cleaning Model")]
[PropertyOrder(10)]
public:
property CleaningModelType CleaningModelType {
   CleaningModelType get();
   void set (    CleaningModelType 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