If true, Astrogator will update the display of B-Planes for the nominal run of each iteration during the targeting process.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableBPlaneNominal() As Boolean |
[C#] |
---|
public bool EnableBPlaneNominal {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableBPlaneNominal(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableBPlaneNominal( VARIANT_BOOL * pVal ); public: HRESULT put_EnableBPlaneNominal( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableBPlaneNominal(); public void setEnableBPlaneNominal( bool ); |