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





Description

If true, Astrogator will update the display of B-Planes for both of the perturbations of each iteration during the targeting process.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableBPlanePerturbations() As Boolean

[C#]
public bool EnableBPlanePerturbations {get; set;}

[Managed C++]
public: __property bool get_EnableBPlanePerturbations();
public: __property void set_EnableBPlanePerturbations(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableBPlanePerturbations(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableBPlanePerturbations(
VARIANT_BOOL NewEnableBPlanePerturbations
);

[Java]
public bool getEnableBPlanePerturbations();public void setEnableBPlanePerturbations(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1