Heureka API .NET Documentation
SiteData Constructor(TreatmentUnit,CellRow,ReferenceUnitRow)



Creates a new instance of SiteData with data from given datatablerows
Syntax
'Declaration
 
Public Function New( _
   ByVal treatmentUnit As TreatmentUnit, _
   ByVal cellRow As dsForest.CellRow, _
   ByVal referenceUnitRow As dsForest.ReferenceUnitRow _
)
'Usage
 
Dim treatmentUnit As TreatmentUnit
Dim cellRow As dsForest.CellRow
Dim referenceUnitRow As dsForest.ReferenceUnitRow
 
Dim instance As New SiteData(treatmentUnit, cellRow, referenceUnitRow)
public SiteData( 
   TreatmentUnit treatmentUnit,
   dsForest.CellRow cellRow,
   dsForest.ReferenceUnitRow referenceUnitRow
)
public:
SiteData( 
   TreatmentUnit^ treatmentUnit,
   dsForest.CellRow^ cellRow,
   dsForest.ReferenceUnitRow^ referenceUnitRow
)

Parameters

treatmentUnit
cellRow
referenceUnitRow
Remarks
NOTE! For the time beeing this construtor does not handle special handling of location for ipak-imported data. Location will be set using Heurekas internal methods for region, continental and maritime climate etc
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

SiteData Class
SiteData Members
Overload List

Send Feedback