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





Windows & Linux

Description

Gets or sets the number of blades on each rotor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BladesPerRotor() As Integer
[C#]
public int BladesPerRotor {get; set;}
[Managed C++]
public: __property int get_BladesPerRotor();
public: __property void set_BladesPerRotor( int );
[Unmanaged C++]
public: HRESULT get_BladesPerRotor(
    long * pVal
);
public: HRESULT put_BladesPerRotor(
    long newVal
);
[Java]
public int getBladesPerRotor();
public void setBladesPerRotor(
    int
);
[Python - STK API ]
@property
def BladesPerRotor(self) -> int:

@BladesPerRotor.setter
def BladesPerRotor(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.