Heureka API .NET Documentation
TreatmentUnit Constructor(Int32,Double,String)



Maximum number of periods that can be handled by the forest objects
Size of treatment unit, in ha
Description of treatment unit
Creates a new treatment unit.
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal area As Double, _
   ByVal description As String _
)
'Usage
 
Dim maxPeriods As Integer
Dim area As Double
Dim description As String
 
Dim instance As New TreatmentUnit(maxPeriods, area, description)
public TreatmentUnit( 
   int maxPeriods,
   double area,
   string description
)
public:
TreatmentUnit( 
   int maxPeriods,
   double area,
   String^ description
)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
area
Size of treatment unit, in ha
description
Description of treatment unit
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

TreatmentUnit Class
TreatmentUnit Members
Overload List

Send Feedback