Set this to true to disable all non-LambertDuration stopping conditions in the second propagate segment. This is visible when you select Write Flight Duration to Second Propagate.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisableSecondPropagateNonLambertStopConditions() As Boolean |
[C#] |
---|
public bool DisableSecondPropagateNonLambertStopConditions {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisableSecondPropagateNonLambertStopConditions(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisableSecondPropagateNonLambertStopConditions( VARIANT_BOOL * pVal ); public: HRESULT put_DisableSecondPropagateNonLambertStopConditions( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getDisableSecondPropagateNonLambertStopConditions(); public void setDisableSecondPropagateNonLambertStopConditions( bool ); |