Click or drag to resize

EnvironmentalCondition Class

Describes an environmental condition that was in place when an action was performed.
Inheritance Hierarchy
SystemObject
  CFX.StructuresEnvironmentalCondition
    CFX.StructuresHumidity
    CFX.StructuresTemperature

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
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