Gets or sets the diameter of the rotor.
Read-write property
[Visual Basic .NET] |
---|
Public Property RotorDiameter() As Double |
[C#] |
---|
public double RotorDiameter {get; set;} |
[Managed C++] |
---|
public: __property double get_RotorDiameter(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotorDiameter( double * pVal ); public: HRESULT put_RotorDiameter( double newVal ); |
[Java] |
---|
public double getRotorDiameter(); public void setRotorDiameter( double ); |