AGI STK Astrogator 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface