Heureka API .NET Documentation
TreatmentUnit Constructor(Int32,IDataRecord,CorrectionFactorDictionary,CorrectionFactorDictionary,StandObjectData)



Maximum number of periods that can be handled by the forest objects
IDataRecord that points to a treatment unit read from the database
Correction factors for height and volume
StandObject for treatmentunit
Creates a new treatment unit.
Syntax
'Declaration
 
Public Function New( _
   ByVal maxPeriods As Integer, _
   ByVal recTreatmentUnit As IDataRecord, _
   ByVal correctionFactors As CorrectionFactorDictionary, _
   ByVal overstoreyCorrectionFactors As CorrectionFactorDictionary, _
   ByVal standObject As StandObjectData _
)
'Usage
 
Dim maxPeriods As Integer
Dim recTreatmentUnit As IDataRecord
Dim correctionFactors As CorrectionFactorDictionary
Dim overstoreyCorrectionFactors As CorrectionFactorDictionary
Dim standObject As StandObjectData
 
Dim instance As New TreatmentUnit(maxPeriods, recTreatmentUnit, correctionFactors, overstoreyCorrectionFactors, standObject)
public TreatmentUnit( 
   int maxPeriods,
   IDataRecord recTreatmentUnit,
   CorrectionFactorDictionary correctionFactors,
   CorrectionFactorDictionary overstoreyCorrectionFactors,
   StandObjectData standObject
)
public:
TreatmentUnit( 
   int maxPeriods,
   IDataRecord^ recTreatmentUnit,
   CorrectionFactorDictionary^ correctionFactors,
   CorrectionFactorDictionary^ overstoreyCorrectionFactors,
   StandObjectData^ standObject
)

Parameters

maxPeriods
Maximum number of periods that can be handled by the forest objects
recTreatmentUnit
IDataRecord that points to a treatment unit read from the database
correctionFactors
Correction factors for height and volume
overstoreyCorrectionFactors
standObject
StandObject for treatmentunit
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