Click or drag to resize

StkEphemerisFileEphemerisLLATimePosCentralBody Property

Gets or sets the central body relative to which the longitude, latitude, and altitude are defined.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBody CentralBody { get; set; }

Property Value

Type: CentralBody
Remarks

When reading an ephemeris file, this property may be null if the "CentralBody" property did not exist in the file or if it could not be automatically mapped to a CentralBody instance. In the latter case, the original string representation of the name of the reference frame can be found in the Properties collection.

When writing an ephemeris file, and this property is non-null, it overrides "CentralBody" in Properties. However, if this property is null, the value in Properties is used.

See Also