Heureka API .NET Documentation
DominantHeightTypeTrees Property



Syntax
'Declaration
 
<DescriptionAttribute("True: Calculate dominant height from tree list. False: Use function (Elfving) to calculate dominant height from hgv (conifers only) ")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Dominant Height From Trees")>
<PropertyOrderAttribute(51)>
<BrowsableAttribute(False)>
Public Property DominantHeightTypeTrees As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.DominantHeightTypeTrees = value
 
value = instance.DominantHeightTypeTrees
[Description("True: Calculate dominant height from tree list. False: Use function (Elfving) to calculate dominant height from hgv (conifers only) ")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Dominant Height From Trees")]
[PropertyOrder(51)]
[Browsable(false)]
public bool DominantHeightTypeTrees {get; set;}
[Description("True: Calculate dominant height from tree list. False: Use function (Elfving) to calculate dominant height from hgv (conifers only) ")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Dominant Height From Trees")]
[PropertyOrder(51)]
[Browsable(false)]
public:
property bool DominantHeightTypeTrees {
   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