Heureka API .NET Documentation
ForestFuelThinningUtilization Property



Proportion of trees, stumps etc. extracted in biofuel thinning
Syntax
'Declaration
 
<DescriptionAttribute("Proportion of trees, stumps, etc. extracted for biofuel.
 Default values: 100;75;90;75;90;50;25;0;")> 
<CategoryAttribute("7. Biofuel")> 
<ObjectDefaultValuesAttribute()> 
<DisplayNameAttribute("Forestfuel Thinning Utilization")> 
<PropertyOrderAttribute(40)> 
Public Property ForestFuelThinningUtilization As TreatmentModelControlTable.ForestFuelUtilization
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As TreatmentModelControlTable.ForestFuelUtilization
 
instance.ForestFuelThinningUtilization = value
 
value = instance.ForestFuelThinningUtilization
[Description("Proportion of trees, stumps, etc. extracted for biofuel.
 Default values: 100;75;90;75;90;50;25;0;")] 
[Category("7. Biofuel")] 
[ObjectDefaultValues()] 
[DisplayName("Forestfuel Thinning Utilization")] 
[PropertyOrder(40)] 
public TreatmentModelControlTable.ForestFuelUtilization ForestFuelThinningUtilization {get; set;}
[Description("Proportion of trees, stumps, etc. extracted for biofuel.
 Default values: 100;75;90;75;90;50;25;0;")] 
[Category("7. Biofuel")] 
[ObjectDefaultValues()] 
[DisplayName("Forestfuel Thinning Utilization")] 
[PropertyOrder(40)] 
public: 
property TreatmentModelControlTable.ForestFuelUtilization^ ForestFuelThinningUtilization { 
   TreatmentModelControlTable.ForestFuelUtilization^ get(); 
   void set (    TreatmentModelControlTable.ForestFuelUtilization^ 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