Click or drag to resize

IauOrientationAxes.OrientationFunction Property

Gets or sets the function which computes the orientation parameters of these axes.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ComputeIauOrientationParameters OrientationFunction { get; set; }

Property Value

Type: ComputeIauOrientationParameters
Exceptions
ExceptionCondition
ArgumentNullException Thrown when value is null.
See Also