Click or drag to resize

DelegateBasedInequalityConstraint Properties

The DelegateBasedInequalityConstraint type exposes the following members.

Properties
  NameDescription
Public propertyBoundType
Gets or sets a value indicating whether the BoundValue represents a lower or an upper bound.
(Inherited from SegmentPropagatorInequalityConstraint.)
Public propertyBoundValue
Gets or sets the threshold that the evaluated value will be compared to when solving for a particular trajectory. This value must not vary in time; consider using a ParameterizedValueDefinitionT if you want to change this value at propagation time.
(Inherited from SegmentPropagatorInequalityConstraint.)
Public propertyCallback
Gets or sets the delegate that computes the value from the SegmentResults to compare against the BoundValue.
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 an optional name to identify this constraint.
(Inherited from SegmentPropagatorInequalityConstraint.)
Public propertySegment
Gets or sets the segment to operate on.
Public propertySettings
Gets or sets the settings for the ParameterOptimizer associated with this constraint.
(Inherited from SegmentPropagatorInequalityConstraint.)
Top
See Also