Click or drag to resize

SimpleAscentPropagator.NumberOfSamplePoints 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: 25.1.421.0 (25.1.421.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