BasicLaunchSegmentNumberOfSamplePoints Property |
Gets or sets the number of points to be sampled on the interpolation spline.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.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, which is the default.
See Also