Gets or sets the maximum number of revolutions for the Lambert solution.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxRevolutions() As Integer |
[C#] |
---|
public int MaxRevolutions {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxRevolutions(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxRevolutions( long * pVal ); public: HRESULT put_MaxRevolutions( long newVal ); |
[Java] |
---|
public int getMaxRevolutions(); public void setMaxRevolutions( int ); |