Heureka API .NET Documentation
SeedTreeControlParameter Property



Parameters which control the selection process for seed trees
Syntax
'Declaration
 
<CategoryAttribute("5. Final Felling")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Seed Tree/ShelterWood Selection (Thinning Algorithm Parameters)")>
<PropertyOrderAttribute(40)>
Public Property SeedTreeControlParameter As SelectionControlParameters
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As SelectionControlParameters
 
instance.SeedTreeControlParameter = value
 
value = instance.SeedTreeControlParameter
[Category("5. Final Felling")]
[ObjectDefaultValues()]
[DisplayName("Seed Tree/ShelterWood Selection (Thinning Algorithm Parameters)")]
[PropertyOrder(40)]
public SelectionControlParameters SeedTreeControlParameter {get; set;}
[Category("5. Final Felling")]
[ObjectDefaultValues()]
[DisplayName("Seed Tree/ShelterWood Selection (Thinning Algorithm Parameters)")]
[PropertyOrder(40)]
public:
property SelectionControlParameters^ SeedTreeControlParameter {
   SelectionControlParameters^ get();
   void set (    SelectionControlParameters^ 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