STK AviatorSend comments on this topic.
TransitionTime Property (IAgAvtrProcedureInFormation)
See Also
Windows





Windows & Linux

Description

Gets or sets the amount of time that the aircraft will spend transitioning from the altitude offset to a zero altitude offset.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TransitionTime() As Double
[C#]
public double TransitionTime {get; set;}
[Managed C++]
public: __property double get_TransitionTime();
public: __property void set_TransitionTime( double );
[Unmanaged C++]
public: HRESULT get_TransitionTime(
    double * pVal
);
public: HRESULT put_TransitionTime(
    double newVal
);
[Java]
public double getTransitionTime();
public void setTransitionTime(
    double
);
[Python - STK API ]
@property
def TransitionTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.