ScalarVariableAreaInterpolationOrder Property  | 
 
            Gets or sets the order of the interpolation that will be done to estimate the area.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int InterpolationOrder { get; set; }Public Property InterpolationOrder As Integer
	Get
	Set
public:
property int InterpolationOrder {
	int get ();
	void set (int value);
}member InterpolationOrder : int with get, set
Property Value
Type: 
Int32
See Also