Heureka API .NET Documentation
Utilization Property



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