ForceEvaluator.Kind Property |
Gets the kind of force this evaluator represents. In particular, it indicates
whether the mass of the object on which the force will be applied is already included
in the result ("specific" force).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic KindOfForce Kind { get; }
Public ReadOnly Property Kind As KindOfForce
Get
public:
property KindOfForce Kind {
KindOfForce get ();
}
member Kind : KindOfForce with get
Property Value
Type:
KindOfForce
See Also