Heureka API .NET Documentation
FinalFellingShelterWood Property



Parameters which control the tree retention of final felling treatment
Syntax
'Declaration
 
<CategoryAttribute("5. Final Felling")>
<ObjectDefaultValuesAttribute()>
<DescriptionAttribute("Parameters for the shelterwood .")>
<DisplayNameAttribute("Shelterwood Retention")>
<PropertyOrderAttribute(30)>
Public Property FinalFellingShelterWood As TreeRetention
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As TreeRetention
 
instance.FinalFellingShelterWood = value
 
value = instance.FinalFellingShelterWood
[Category("5. Final Felling")]
[ObjectDefaultValues()]
[Description("Parameters for the shelterwood .")]
[DisplayName("Shelterwood Retention")]
[PropertyOrder(30)]
public TreeRetention FinalFellingShelterWood {get; set;}
[Category("5. Final Felling")]
[ObjectDefaultValues()]
[Description("Parameters for the shelterwood .")]
[DisplayName("Shelterwood Retention")]
[PropertyOrder(30)]
public:
property TreeRetention^ FinalFellingShelterWood {
   TreeRetention^ get();
   void set (    TreeRetention^ 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