Heureka API .NET Documentation
ForestData Constructor



Initializes a new instance of forest data
Syntax
'Declaration
 
Public Function New( _
   ByVal treatmentUnit As TreatmentUnit, _
   ByVal period As Integer, _
   ByVal before As Boolean _
)
'Usage
 
Dim treatmentUnit As TreatmentUnit
Dim period As Integer
Dim before As Boolean
 
Dim instance As New ForestData(treatmentUnit, period, before)
public ForestData( 
   TreatmentUnit treatmentUnit,
   int period,
   bool before
)
public:
ForestData( 
   TreatmentUnit^ treatmentUnit,
   int period,
   bool before
)

Parameters

treatmentUnit
period
before
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

ForestData Class
ForestData Members

Send Feedback