Heureka API .NET Documentation
MeanHeightCleaning Property



Gets or sets Height range wihtin which cleaning can be applied (arithmetic mean height of saplings), m
Syntax
'Declaration
 
<DescriptionAttribute("Height range wihtin which cleaning can be applied (arithmetic mean height of saplings), m")>
<CategoryAttribute("3. Cleaning")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Height Range")>
<PropertyOrderAttribute(30)>
Public Property MeanHeightCleaning As MinMax
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As MinMax
 
instance.MeanHeightCleaning = value
 
value = instance.MeanHeightCleaning
[Description("Height range wihtin which cleaning can be applied (arithmetic mean height of saplings), m")]
[Category("3. Cleaning")]
[ObjectDefaultValues()]
[DisplayName("Height Range")]
[PropertyOrder(30)]
public MinMax MeanHeightCleaning {get; set;}
[Description("Height range wihtin which cleaning can be applied (arithmetic mean height of saplings), m")]
[Category("3. Cleaning")]
[ObjectDefaultValues()]
[DisplayName("Height Range")]
[PropertyOrder(30)]
public:
property MinMax^ MeanHeightCleaning {
   MinMax^ get();
   void set (    MinMax^ 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