Heureka API .NET Documentation
RetainHighStumps Property



Indicator for whether high stumps should be left when final felling (stumps/ha)
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("8.2 High Stump Settings")>
<DescriptionAttribute("Indicator if high stumps should be left when final felling (true) or not (false)")>
<PropertyOrderAttribute(301)>
<DisplayNameAttribute("Leave High Stumps?")>
Public Property RetainHighStumps As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.RetainHighStumps = value
 
value = instance.RetainHighStumps
[DefaultValue()]
[Category("8.2 High Stump Settings")]
[Description("Indicator if high stumps should be left when final felling (true) or not (false)")]
[PropertyOrder(301)]
[DisplayName("Leave High Stumps?")]
public bool RetainHighStumps {get; set;}
[DefaultValue()]
[Category("8.2 High Stump Settings")]
[Description("Indicator if high stumps should be left when final felling (true) or not (false)")]
[PropertyOrder(301)]
[DisplayName("Leave High Stumps?")]
public:
property bool RetainHighStumps {
   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