Click or drag to resize

HDDomain Properties

The HDDomain type exposes the following members.

Properties
  NameDescription
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 GetHDNode(EngineNode) to check if a given engine node also has a corresponding HD node.

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.

Top
See Also