STK AviatorSend comments on this topic.
MaxSafeTranslationSpeed Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Get the maximum translation speed of the rotorcraft.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MaxSafeTranslationSpeed() As Double
[C#]
public double MaxSafeTranslationSpeed {get;}
[Managed C++]
public: __property double get_MaxSafeTranslationSpeed();
[Unmanaged C++]
public: HRESULT get_MaxSafeTranslationSpeed(
    double * pVal
);
[Java]
public double getMaxSafeTranslationSpeed();
[Python - STK API ]
@property
def MaxSafeTranslationSpeed(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.