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)
Syntaxpublic 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
ICoverageGrid.ReferenceFrame
See Also