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





Description

Perturbation size. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PerturbationSize();
public: __property void set_PerturbationSize(
double
);

[Unmanaged C++]
public: HRESULT get_PerturbationSize(
double * pRetVal
);
public: HRESULT put_PerturbationSize(
double NewPerturbationSize
);

[Java]
public double getPerturbationSize();public void setPerturbationSize(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1