BasicLaunchSegment.AscentType 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
SimpleAscentPropagatorAscentType
See Also