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



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

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
size
Size of treatment unit, in ha
description
Description of treatment unit
standObject
Stand object
Remarks
Method primarily intended for test purposes
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