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






Windows & Linux

Description

[Support Removed] Use global perturbation size for calculating gradients.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseGlobalPerturbationSize() As Boolean
[C#]
public bool UseGlobalPerturbationSize {get; set;}
[Managed C++]
public: __property bool get_UseGlobalPerturbationSize();
public: __property void set_UseGlobalPerturbationSize(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseGlobalPerturbationSize(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseGlobalPerturbationSize(
   VARIANT_BOOL NewUseGlobalPerturbationSize
);
[Java]
public bool getUseGlobalPerturbationSize();public void setUseGlobalPerturbationSize(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.