EarthCentralBodyNutationModel Property |
Gets or sets the default nutation model used in the FK5 transformation from
J2000 to the Fixed frame. By default, this is
Updated1980NutationModel.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic NutationModel NutationModel { get; set; }Public Property NutationModel As NutationModel
Get
Set
public:
property NutationModel^ NutationModel {
NutationModel^ get ();
void set (NutationModel^ value);
}member NutationModel : NutationModel with get, set
Property Value
Type:
NutationModel
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also