BasicLaunchSegmentAscentType Property |
Gets or sets the interpolation type for the ascent. Use the quartic type when specifying an initial acceleration.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SimpleAscentPropagatorAscentType AscentType { get; set; }
Public Property AscentType As SimpleAscentPropagatorAscentType
Get
Set
public:
property SimpleAscentPropagatorAscentType AscentType {
SimpleAscentPropagatorAscentType get ();
void set (SimpleAscentPropagatorAscentType value);
}
member AscentType : SimpleAscentPropagatorAscentType with get, set
Property Value
Type:
SimpleAscentPropagatorAscentTypeSee Also