Heureka API .NET Documentation
RemoveExistingOverstorey Property



Strategy for removal of initial overstorey trees
Syntax
'Declaration
 
<CategoryAttribute("5. Final Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Remove Existing Overstorey")>
<DescriptionAttribute("Leave: Do not apply specific treatment to overstorey trees.
Remove First Period: Remove existing overstorey in first period")>
<PropertyOrderAttribute(50)>
Public Property RemoveExistingOverstorey As RemoveExistingOverstoreyStrategy
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As RemoveExistingOverstoreyStrategy
 
instance.RemoveExistingOverstorey = value
 
value = instance.RemoveExistingOverstorey
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Remove Existing Overstorey")]
[Description("Leave: Do not apply specific treatment to overstorey trees.
Remove First Period: Remove existing overstorey in first period")]
[PropertyOrder(50)]
public RemoveExistingOverstoreyStrategy RemoveExistingOverstorey {get; set;}
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Remove Existing Overstorey")]
[Description("Leave: Do not apply specific treatment to overstorey trees.
Remove First Period: Remove existing overstorey in first period")]
[PropertyOrder(50)]
public:
property RemoveExistingOverstoreyStrategy RemoveExistingOverstorey {
   RemoveExistingOverstoreyStrategy get();
   void set (    RemoveExistingOverstoreyStrategy 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