STK AviatorSend comments on this topic.
MaxBadSteps Property (IAgAvtrCalculationOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum number of bad steps Aviator will allow before ceasing calculation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxBadSteps() As Integer
[C#]
public int MaxBadSteps {get; set;}
[Managed C++]
public: __property int get_MaxBadSteps();
public: __property void set_MaxBadSteps( int );
[Unmanaged C++]
public: HRESULT get_MaxBadSteps(
    long * pVal
);
public: HRESULT put_MaxBadSteps(
    long newVal
);
[Java]
public int getMaxBadSteps();
public void setMaxBadSteps(
    int
);
[Python - STK API ]
@property
def MaxBadSteps(self) -> int:

@MaxBadSteps.setter
def MaxBadSteps(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.