IDriftCheck Interface

Represents a drift check

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IDriftCheck

The IDriftCheck type exposes the following members.

Properties
  NameDescription
Public propertyCheckStatus
Gets the check status
Public propertyCriticalCombinationIds
Gets a dictionary of IDs of critical combinations indexed by directions
Public propertyCriticalSpanNames
Gets a dictionary of the critical span names indexed by directions
Public propertyCriticalValues
Gets a dictionary of critical values (unitless) indexed by directions
Public propertyFirstOrderDrifts
Gets a dictionary of values of the first order drift (in [mm]) indexed by directions
Public propertySecondOrderDrifts
Gets a dictionary of values of the second order drift (in [mm]) indexed by directions
Top
See Also