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.1.421.0 (25.1.421.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
See Also