CentralBodyCoverageGridReferenceFrame 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
.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame ReferenceFrame { get; }
Public ReadOnly Property ReferenceFrame As ReferenceFrame
Get
public:
virtual property ReferenceFrame^ ReferenceFrame {
ReferenceFrame^ get () sealed;
}
abstract ReferenceFrame : ReferenceFrame with get
override ReferenceFrame : ReferenceFrame with get
Property Value
Type:
ReferenceFrameImplements
ICoverageGridReferenceFrameSee Also