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






Windows & Linux

Description

Defines the display of perturbations in the 2D and 3D Graphics windows, if you have set Astrogator to draw while calculating.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawPerturbation() As AgEVADrawPerturbation

[C#]
public AgEVADrawPerturbation DrawPerturbation {get; set;}

[Managed C++]
public: __property AgEVADrawPerturbation get_DrawPerturbation();
public: __property void set_DrawPerturbation(
AgEVADrawPerturbation
);

[Unmanaged C++]
public: HRESULT get_DrawPerturbation(
AgEVADrawPerturbation * pRetVal
);
public: HRESULT put_DrawPerturbation(
AgEVADrawPerturbation NewDrawPerturbation
);

[Java]
public AgEVADrawPerturbation getDrawPerturbation();public void setDrawPerturbation(
AgEVADrawPerturbation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface