STK AviatorSend comments on this topic.
RotorTipMach Property (IAgAvtrRotorcraftAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the Mach number of the advancing blade tip.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotorTipMach() As Double
[C#]
public double RotorTipMach {get; set;}
[Managed C++]
public: __property double get_RotorTipMach();
public: __property void set_RotorTipMach( double );
[Unmanaged C++]
public: HRESULT get_RotorTipMach(
    double * pVal
);
public: HRESULT put_RotorTipMach(
    double newVal
);
[Java]
public double getRotorTipMach();
public void setRotorTipMach(
    double
);
[Python - STK API ]
@property
def RotorTipMach(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.