STK AstrogatorSend comments on this topic.
ManeuverType Property (IAgVAProfileChangeManeuverType)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_ManeuverType(
    AgEVAManeuverType newVal
);
[Java]
public AgEVAManeuverType getManeuverType();
public void setManeuverType(
    AgEVAManeuverType
);
[Python - STK API ]
@property
def ManeuverType(self) -> "AgEVAManeuverType":

@ManeuverType.setter
def ManeuverType(self, newVal:"AgEVAManeuverType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.