ForceEvaluatorKind 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: 24.2.419.0 (24.2.419.0)
Syntax public KindOfForce Kind { get; }
Public ReadOnly Property Kind As KindOfForce
Get
public:
property KindOfForce Kind {
KindOfForce get ();
}
member Kind : KindOfForce with get
Property Value
Type:
KindOfForceSee Also