Click or drag to resize

JulianDateStoppingConditionConstraint Properties

The JulianDateStoppingConditionConstraint type exposes the following members.

Properties
  NameDescription
Public propertyInequalityCriteria
Gets or sets how the calculated value should be checked to the threshold in the concrete type. This works by checking the relation between the computed value and the threshold defined on the derived type. So for example, if the computed value is 7000, the threshold is 6000 and this property set to GreaterThan, this constraint will be satisfied.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyName
Gets or sets the optional name of this StoppingConditionConstraint.
(Inherited from StoppingConditionConstraint.)
Public propertyThreshold
Gets or sets the threshold used to compare with the states time.
Public propertyTolerance
Gets or sets the tolerance to be used when comparing the computed states time with the Threshold.
Public propertyWhenToCheck
Gets or sets when to check the StoppingConditionConstraint (when a stop is detected or found).
(Inherited from StoppingConditionConstraint.)
Top
See Also