Heureka API .NET Documentation
UseBareLandProposal Property



Use bare land proposal
Syntax
'Declaration
 
<DescriptionAttribute("True if bare land proposal should be used for empty plots")>
<CategoryAttribute("2.1 Regeneneration of Empty Plots")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Use Bare Land Proposal")>
Public Property UseBareLandProposal As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.UseBareLandProposal = value
 
value = instance.UseBareLandProposal
[Description("True if bare land proposal should be used for empty plots")]
[Category("2.1 Regeneneration of Empty Plots")]
[DefaultValue()]
[DisplayName("Use Bare Land Proposal")]
public bool UseBareLandProposal {get; set;}
[Description("True if bare land proposal should be used for empty plots")]
[Category("2.1 Regeneneration of Empty Plots")]
[DefaultValue()]
[DisplayName("Use Bare Land Proposal")]
public:
property bool UseBareLandProposal {
   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