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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1