ScalarDifferenceOfSegmentConstraint Properties | 
The ScalarDifferenceOfSegmentConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| ConstraintDifference | 
            Gets or sets how the difference will be computed. The final value minus 
            the initial value is the default.
              | |
| DesiredValue | 
            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 SegmentPropagatorConstraint.) | |
| IsFrozen | 
            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.) | |
| Name | 
            Gets or sets an optional name to identify this constraint.
              (Inherited from SegmentPropagatorConstraint.) | |
| Parameter | 
            Gets the parameter to use when evaluating the Scalar. The Scalar 
            must be set to evaluate at any time during the ephemeris of the Segment.  The 
            common way to do that is to create a Scalar that is built 
            from a ParameterizedOnStateScalar, ParameterizedOnStatePoint or 
            ParameterizedOnStateVector with this parameter as their parameter.
              | |
| Scalar | 
            Gets or sets the Scalar to compute a value to compare to the 
            DesiredValue. This Scalar 
            must be set to evaluate at any time during the ephemeris of the Segment.  The 
            common way to do that is to create a Scalar that is built 
            from a ParameterizedOnStateScalar, ParameterizedOnStatePoint or 
            ParameterizedOnStateVector with this parameter as their parameter.
              | |
| Segment | 
            Gets or sets the SegmentDefinition whose initial and final ephemeris points 
            (in the StateForNextSegment) will be used to compute a value.
              | |
| Settings | 
            Gets or sets the settings for the MultivariableFunctionSolver or ParameterOptimizer
            associated with this constraint.
              (Inherited from SegmentPropagatorConstraint.) |