Orbit AltitudeOffsets Property KerbalData - KSP Data Unlocked!
Gets the built in data set used for calculating offsets.

Namespace: KerbalData.Models
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IDictionary<Body, decimal> AltitudeOffsets { get; }
Remarks

Data is not loaded from a file, this is how the Orbit class calculates offsets. This value is provided for end developers in making UI and input validation methods.
See Also