Click or drag to resize

IEcoLabDebugger Methods

The IEcoLabDebugger type exposes the following members.

Methods
  NameDescription
Public methodHandleGeneral
Handle a general set of messages, created during prepare and finalization of simulation
Public methodPostCalculateGridPoint
Method called after grid point has been processed

msgs can be null

Public methodPostCalculateNode
Method called after node has been processed

msgs can be null

Public methodPostInitTimestep
Handle post-init-timestep messages, called once for every ECO Lab instance for every time step but only if there are messages to report.
Public methodPreCalculateGridPoint
Method called before grid point is being processed
Public methodPreCalculateNode
Method called before node is being processed
Public methodPreInitTimestep
Pre-init timestep messages, called once before the time step
Top
See Also