ImpulsiveManeuverSegmentConfigurationManeuver Property  | 
 
            Gets or sets the maneuver information associated with this configuration.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
ImpulsiveManeuverInformation
See Also