Click or drag to resize

LagrangeOrbitVariationOfParameters Properties

The LagrangeOrbitVariationOfParameters type exposes the following members.

Properties
  NameDescription
Public propertyDegreeRequired
Gets the minimum degree of approximation that this interpolator can perform.
(Overrides InterpolationAlgorithmDegreeRequired.)
Public propertyGravitationalParameter
Gets or sets the gravitational parameter to use in the two-body orbit propagation.
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 propertyOrderRequired
Gets the number of derivatives of the dependent variable that are required on input in order to interpolate using this interpolation algorithm.
(Overrides InterpolationAlgorithmOrderRequired.)
Top
See Also