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





Windows & Linux

Description

Gets or sets the diameter of the tail rotor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TailRotorDiameter() As Double
[C#]
public double TailRotorDiameter {get; set;}
[Managed C++]
public: __property double get_TailRotorDiameter();
public: __property void set_TailRotorDiameter( double );
[Unmanaged C++]
public: HRESULT get_TailRotorDiameter(
    double * pVal
);
public: HRESULT put_TailRotorDiameter(
    double newVal
);
[Java]
public double getTailRotorDiameter();
public void setTailRotorDiameter(
    double
);
[Python - STK API ]
@property
def TailRotorDiameter(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.