SimpleAscentPropagatorNumberOfSamplePoints Property |
Gets or sets the number of points to be sampled on the interpolation spline.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int NumberOfSamplePoints { get; set; }
Public Property NumberOfSamplePoints As Integer
Get
Set
public:
property int NumberOfSamplePoints {
int get ();
void set (int value);
}
member NumberOfSamplePoints : int with get, set
Property Value
Type:
Int32Remarks STK's Astrogator sets this to a fixed value of 2000.
See Also