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






Windows & Linux

Description

[Support Removed] Use MaxEvaluations instead.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.