Click or drag to resize

CentralBodyCoverageGrid.ReferenceFrame Property

Gets the reference frame for this grid, which is the CentralBody's fixed frame. If the CentralBody has not been set, then this will return null.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReferenceFrame ReferenceFrame { get; }

Property Value

Type: ReferenceFrame

Implements

ICoverageGrid.ReferenceFrame
See Also