 Description
Description
The diameter of the rotor.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property RotorDiameter() As Double
 | 
| [C#] | 
|---|
| public double RotorDiameter {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_RotorDiameter();public: __property void set_RotorDiameter(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_RotorDiameter(
    double * pVal
);
public: HRESULT put_RotorDiameter(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getRotorDiameter();
public void setRotorDiameter(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def RotorDiameter(self) -> float:
@RotorDiameter.setter
def RotorDiameter(self, newVal:float) -> None:
 | 
 See Also
See Also