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





Description

Tolerance on objective function. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ToleranceOnObjectiveFunction() As Double

[C#]
public double ToleranceOnObjectiveFunction {get; set;}

[Managed C++]
public: __property double get_ToleranceOnObjectiveFunction();
public: __property void set_ToleranceOnObjectiveFunction(
double
);

[Unmanaged C++]
public: HRESULT get_ToleranceOnObjectiveFunction(
double * pRetVal
);
public: HRESULT put_ToleranceOnObjectiveFunction(
double NewToleranceOnObjectiveFunction
);

[Java]
public double getToleranceOnObjectiveFunction();public void setToleranceOnObjectiveFunction(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1