Heureka API .NET Documentation
FirstThinningThresholds Property



Syntax
'Declaration
 
<DescriptionAttribute("Threshold for when stands of a given SIS is considered previously thinned if thinning history is not available. If stems/ha is lower than given value, stand is assumed to have been thinned")>
<CategoryAttribute("4.1 Thinning")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Previously Thinned Threshold")>
<PropertyOrderAttribute(94)>
Public Property FirstThinningThresholds As FirstThinningThresholds
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As FirstThinningThresholds
 
instance.FirstThinningThresholds = value
 
value = instance.FirstThinningThresholds
[Description("Threshold for when stands of a given SIS is considered previously thinned if thinning history is not available. If stems/ha is lower than given value, stand is assumed to have been thinned")]
[Category("4.1 Thinning")]
[ObjectDefaultValues()]
[DisplayName("Previously Thinned Threshold")]
[PropertyOrder(94)]
public FirstThinningThresholds FirstThinningThresholds {get; set;}
[Description("Threshold for when stands of a given SIS is considered previously thinned if thinning history is not available. If stems/ha is lower than given value, stand is assumed to have been thinned")]
[Category("4.1 Thinning")]
[ObjectDefaultValues()]
[DisplayName("Previously Thinned Threshold")]
[PropertyOrder(94)]
public:
property FirstThinningThresholds^ FirstThinningThresholds {
   FirstThinningThresholds^ get();
   void set (    FirstThinningThresholds^ 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