Heureka API .NET Documentation
SelectionGuideCoefficients Property



Recommended stems after cleaning for pine-dominated stand. (Alfa + Beta * siteIndex (SIS,m)"
Syntax
'Declaration
 
<CategoryAttribute("4.2 Selection Felling")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Selection Guide")>
<DescriptionAttribute("Coefficents for calculating target volume after harvest = a0 + a1*x + a2*x^2")>
<PropertyOrderAttribute(10)>
Public Property SelectionGuideCoefficients As TreatmentModelControlTable.SelectionGuideSettings
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As TreatmentModelControlTable.SelectionGuideSettings
 
instance.SelectionGuideCoefficients = value
 
value = instance.SelectionGuideCoefficients
[Category("4.2 Selection Felling")]
[ObjectDefaultValues()]
[DisplayName("Selection Guide")]
[Description("Coefficents for calculating target volume after harvest = a0 + a1*x + a2*x^2")]
[PropertyOrder(10)]
public TreatmentModelControlTable.SelectionGuideSettings SelectionGuideCoefficients {get; set;}
[Category("4.2 Selection Felling")]
[ObjectDefaultValues()]
[DisplayName("Selection Guide")]
[Description("Coefficents for calculating target volume after harvest = a0 + a1*x + a2*x^2")]
[PropertyOrder(10)]
public:
property TreatmentModelControlTable.SelectionGuideSettings^ SelectionGuideCoefficients {
   TreatmentModelControlTable.SelectionGuideSettings^ get();
   void set (    TreatmentModelControlTable.SelectionGuideSettings^ 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