WalkerConstellationPhaseByMean Property |
Gets or sets a value indicating whether the mean anomaly or true anomaly is used to phase the Walker constellation.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool PhaseByMean { get; set; }
Public Property PhaseByMean As Boolean
Get
Set
public:
property bool PhaseByMean {
bool get ();
void set (bool value);
}
member PhaseByMean : bool with get, set
Property Value
Type:
Boolean
See Also