AGI STK Astrogator 11 Send comments on this topic.
MaxIterations Property (IAgVAProfileDifferentialCorrector)
See Also 





Description

The number of complete iterations of the profile to try before stopping. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxIterations() As Integer

[C#]
public int MaxIterations {get; set;}

[Managed C++]
public: __property int get_MaxIterations();
public: __property void set_MaxIterations(
int
);

[Unmanaged C++]
public: HRESULT get_MaxIterations(
long * pRetVal
);
public: HRESULT put_MaxIterations(
long NewMaxIterations
);

[Java]
public int getMaxIterations();public void setMaxIterations(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1