ImpulsiveManeuverSegmentManeuver Property |
Gets or sets the
maneuver that will be performed.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ImpulsiveManeuverInformation Maneuver { get; set; }
Public Property Maneuver As ImpulsiveManeuverInformation
Get
Set
public:
property ImpulsiveManeuverInformation^ Maneuver {
ImpulsiveManeuverInformation^ get ();
void set (ImpulsiveManeuverInformation^ value);
}
member Maneuver : ImpulsiveManeuverInformation with get, set
Property Value
Type:
ImpulsiveManeuverInformationSee Also