Heureka API .NET Documentation
MaxBareLandAllowed Property



Max bare land allowed
Syntax
'Declaration
 
<DescriptionAttribute("Max bare land allowed before regeneration is enforced on empty plots")>
<CategoryAttribute("2.1 Regeneneration of Empty Plots")>
<DefaultValueAttribute()>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<DisplayNameAttribute("Max Bare Land Allowed %")>
Public Property MaxBareLandAllowed As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxBareLandAllowed = value
 
value = instance.MaxBareLandAllowed
[Description("Max bare land allowed before regeneration is enforced on empty plots")]
[Category("2.1 Regeneneration of Empty Plots")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DisplayName("Max Bare Land Allowed %")]
public double MaxBareLandAllowed {get; set;}
[Description("Max bare land allowed before regeneration is enforced on empty plots")]
[Category("2.1 Regeneneration of Empty Plots")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DisplayName("Max Bare Land Allowed %")]
public:
property double MaxBareLandAllowed {
   double get();
   void set (    double 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