If true, Astrogator will update the display of B-Planes for both of the perturbations of each iteration during the targeting process.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableBPlanePerturbations() As Boolean |
[C#] |
---|
public bool EnableBPlanePerturbations {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableBPlanePerturbations(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableBPlanePerturbations( VARIANT_BOOL * pVal ); public: HRESULT put_EnableBPlanePerturbations( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableBPlanePerturbations(); public void setEnableBPlanePerturbations( bool ); |