AGI STK Astrogator 11Send comments on this topic.
ManeuverType Property (IAgVAProfileChangeManeuverType)
See Also 
Windows






Windows & Linux

Description

The new maneuver type for the targeted segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ManeuverType() As AgEVAManeuverType
[C#]
public AgEVAManeuverType ManeuverType {get; set;}
[Managed C++]
public: __property AgEVAManeuverType get_ManeuverType();
public: __property void set_ManeuverType(
   AgEVAManeuverType
);
[Unmanaged C++]
public: HRESULT get_ManeuverType(
   AgEVAManeuverType * pRetVal
);
public: HRESULT put_ManeuverType(
   AgEVAManeuverType NewManeuverType
);
[Java]
public AgEVAManeuverType getManeuverType();public void setManeuverType(
   AgEVAManeuverType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.