Click or drag to resize

HDModule Properties

The HDModule type exposes the following members.

Properties
  NameDescription
Public propertyDataItems
Data items for the HD module that can be reused.
Public propertyHDParameters
HDParameters
Public propertyId
Id of module
Public propertyIsInitialized
Returns true if the moduel is initialized (the constructor does so currently)
Public propertyIsPrepared
Returns true if the moduel is prepared (Prepare(Diagnostics) has been called)
Public propertyIterationNumber
Iteration number. Access to the iteration number is needed in the control module (via a sensor)
Public propertyNodes
List of all HD nodes in network.

Need not include all Engine nodes, use the GetNode(EngineNode) to check if a given engine node also has a corresponding HD node.

Public propertyNumericalWater Obsolete.
Added numerical water = Added numerical water in nodes + Added numerical water in grid points
Public propertyOrder
Order of module. Modules are processed in order.
Public propertyReaches
List of all HD reaches in network.

Need not include all Engine reaches, use the GetReach(EngineReach) to check if a given engine reach also has a corresponding HD reach.

Public propertyRuntimeDiagnostics
Diagnostics instance for the HD module. Used during runtime.
Top
See Also