Orbit Altitude Property KerbalData - KSP Data Unlocked!
Gets or sets the altitude above the reference body

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

public decimal Altitude { get; set; }
Remarks

Using this value automatically handles the correct offsets and sets the Sma value as the game expects. Set/Get the desired altitude. Note: offsets do not take terrain into account and are set at ~sea level for each body.
See Also