Heureka API .NET Documentation
HeurekaCleaningConfiguration Property



Gets or sets settings for Urban's cleaning
Syntax
'Declaration
 
<DescriptionAttribute("Settings for how cleanings are performed, with respect to species and size selection.")>
<CategoryAttribute("3. Cleaning")>
<DisplayNameAttribute("Cleaning Configuration")>
<PropertyOrderAttribute(11)>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<ObjectDefaultValuesAttribute()>
Public Property HeurekaCleaningConfiguration As HeurekaCleaningConfigurationDictionary
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As HeurekaCleaningConfigurationDictionary
 
instance.HeurekaCleaningConfiguration = value
 
value = instance.HeurekaCleaningConfiguration
[Description("Settings for how cleanings are performed, with respect to species and size selection.")]
[Category("3. Cleaning")]
[DisplayName("Cleaning Configuration")]
[PropertyOrder(11)]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[ObjectDefaultValues()]
public HeurekaCleaningConfigurationDictionary HeurekaCleaningConfiguration {get; set;}
[Description("Settings for how cleanings are performed, with respect to species and size selection.")]
[Category("3. Cleaning")]
[DisplayName("Cleaning Configuration")]
[PropertyOrder(11)]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[ObjectDefaultValues()]
public:
property HeurekaCleaningConfigurationDictionary^ HeurekaCleaningConfiguration {
   HeurekaCleaningConfigurationDictionary^ get();
   void set (    HeurekaCleaningConfigurationDictionary^ 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