Click or drag to resize

SurfaceDistanceConstraintCentralBody Property

Gets or sets the central body relative to which the surface distance is computed.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public CentralBody CentralBody { get; set; }

Property Value

Type: CentralBody
Remarks
By default, the value of this property is the EarthCentralBody in the CentralBodiesFacet instance in the CalculationContext.
See Also