Heureka API .NET Documentation
HighStumpPriority Property



Get or sets priority settings for choice of trees for high stumps
Syntax
'Declaration
 
<CategoryAttribute("8.2 High Stump Settings")>
<DescriptionAttribute("Priority settings for trees to leave high stumps for")>
<ObjectDefaultValuesAttribute()>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<PropertyOrderAttribute(304)>
<DisplayNameAttribute("High Stump Priority")>
Public Property HighStumpPriority As HighStumpRetentionPriority
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As HighStumpRetentionPriority
 
instance.HighStumpPriority = value
 
value = instance.HighStumpPriority
[Category("8.2 High Stump Settings")]
[Description("Priority settings for trees to leave high stumps for")]
[ObjectDefaultValues()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[PropertyOrder(304)]
[DisplayName("High Stump Priority")]
public HighStumpRetentionPriority HighStumpPriority {get; set;}
[Category("8.2 High Stump Settings")]
[Description("Priority settings for trees to leave high stumps for")]
[ObjectDefaultValues()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[PropertyOrder(304)]
[DisplayName("High Stump Priority")]
public:
property HighStumpRetentionPriority^ HighStumpPriority {
   HighStumpRetentionPriority^ get();
   void set (    HighStumpRetentionPriority^ 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