Heureka API .NET Documentation
ModelWorkData Constructor



Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal project As IProject, _
   ByVal optimizationList As IList(Of ReportResult), _
   ByVal periodList As IList(Of Integer), _
   ByVal modelsList As IList(Of IHabitatModel) _
)
'Usage
 
Dim project As IProject
Dim optimizationList As IList(Of ReportResult)
Dim periodList As IList(Of Integer)
Dim modelsList As IList(Of IHabitatModel)
 
Dim instance As New ModelWorkData(project, optimizationList, periodList, modelsList)

Parameters

project
optimizationList
periodList
modelsList
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

ModelWorkData Class
ModelWorkData Members

Send Feedback