Gets or sets the maximum number of bad steps Aviator will allow before ceasing calculation.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxBadSteps() As Integer |
[C#] |
---|
public int MaxBadSteps {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxBadSteps(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxBadSteps( long * pVal ); public: HRESULT put_MaxBadSteps( long newVal ); |
[Java] |
---|
public int getMaxBadSteps(); public void setMaxBadSteps( int ); |