Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public int NumberOfSamplePoints { get; set; }

Property Value

Type: Int32
Remarks
STK's Astrogator sets this to a fixed value of 2000.
See Also