STK AviatorSend comments on this topic.
AttitudeBlendTime Property (IAgAvtrProcedureBasicManeuver)
See Also
Windows





Windows & Linux

Description

Gets or sets the amount of time that the aircraft will spend transitioning from the attitude of the previous maneuver to the attitude at the beginning of the current maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AttitudeBlendTime() As Double
[C#]
public double AttitudeBlendTime {get; set;}
[Managed C++]
public: __property double get_AttitudeBlendTime();
public: __property void set_AttitudeBlendTime( double );
[Unmanaged C++]
public: HRESULT get_AttitudeBlendTime(
    double * pVal
);
public: HRESULT put_AttitudeBlendTime(
    double newVal
);
[Java]
public double getAttitudeBlendTime();
public void setAttitudeBlendTime(
    double
);
[Python - STK API ]
@property
def AttitudeBlendTime(self) -> float:

@AttitudeBlendTime.setter
def AttitudeBlendTime(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.