Click or drag to resize

EnvironmentalCondition Class

[This is preliminary documentation and is subject to change.]

Describes an environmental condition that was in place when an action was performed.
Inheritance Hierarchy

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public abstract class EnvironmentalCondition

The EnvironmentalCondition type exposes the following members.

Properties
  NameDescription
Public propertyEndTime
The end time for the sample period
Public propertyMaxValue
The maximum value during the sample period
Public propertyMeanValue
The average value during the sample period
Public propertyMedianValue
The median value during the sample period
Public propertyMinValue
The minimum value during the sample period
Public propertyStartTime
The start time for the sample period
Top
See Also