IauOrientationAxesOrientationFunction 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.2.423.0 (25.2.423.0)
Syntaxpublic ComputeIauOrientationParameters OrientationFunction { get; set; }Public Property OrientationFunction As ComputeIauOrientationParameters
Get
Set
public:
property ComputeIauOrientationParameters^ OrientationFunction {
ComputeIauOrientationParameters^ get ();
void set (ComputeIauOrientationParameters^ value);
}member OrientationFunction : ComputeIauOrientationParameters with get, set
Property Value
Type:
ComputeIauOrientationParameters
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also