Heureka API .NET Documentation
ConiferCriteria Property



Gets or sets height treshold when saplings should become trees, m.
Syntax
'Declaration
 
<DescriptionAttribute("Sufficient number of conifers trees for dominant species.")>
<CategoryAttribute("1. General")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Conifer Criteria")>
<PropertyOrderAttribute(250)>
Public Property ConiferCriteria As Integer
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Integer
 
instance.ConiferCriteria = value
 
value = instance.ConiferCriteria
[Description("Sufficient number of conifers trees for dominant species.")]
[Category("1. General")]
[DefaultValue()]
[DisplayName("Conifer Criteria")]
[PropertyOrder(250)]
public int ConiferCriteria {get; set;}
[Description("Sufficient number of conifers trees for dominant species.")]
[Category("1. General")]
[DefaultValue()]
[DisplayName("Conifer Criteria")]
[PropertyOrder(250)]
public:
property int ConiferCriteria {
   int get();
   void set (    int 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