SunCentralBody.J2000Frame Property |
Gets or sets the J2000 frame centered at the Sun.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame J2000Frame { get; set; }
Public Property J2000Frame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ J2000Frame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member J2000Frame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions
See Also