Gets or sets the number of rotors.
Read-write property
[Visual Basic .NET] |
---|
Public Property RotorCount() As Integer |
[C#] |
---|
public int RotorCount {get; set;} |
[Managed C++] |
---|
public: __property int get_RotorCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotorCount( long * pVal ); public: HRESULT put_RotorCount( long newVal ); |
[Java] |
---|
public int getRotorCount(); public void setRotorCount( int ); |