ScalarDopplerConeAngleReferenceFrame Property |
Gets or sets the reference frame in which the moving object will be observed. In typical use,
this reference frame will be the fixed frame of the central body about which the objects on the link are defined.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame ReferenceFrame { get; set; }
Public Property ReferenceFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ ReferenceFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member ReferenceFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameSee Also