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





Description

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1