Heureka API .NET Documentation
ThinningType Property



Type of thinning system, affects cost calculation.
Syntax
'Declaration
 
<DescriptionAttribute("Thinning system used, only affects cost calculation.")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Thinning System")>
<PropertyOrderAttribute(60)>
Public Property ThinningType As ThinningSystem
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As ThinningSystem
 
instance.ThinningType = value
 
value = instance.ThinningType
[Description("Thinning system used, only affects cost calculation.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Thinning System")]
[PropertyOrder(60)]
public ThinningSystem ThinningType {get; set;}
[Description("Thinning system used, only affects cost calculation.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Thinning System")]
[PropertyOrder(60)]
public:
property ThinningSystem ThinningType {
   ThinningSystem get();
   void set (    ThinningSystem 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