 Description
Description
The number of blades on each rotor.
 Property type
Property type
Read-write property
 Syntax
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
See Also