Clear Corrections Before Each Run - if true, the differential corrector is automatically reset each time that it is run, discarding information that was computed the last time it was run.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClearCorrectionsBeforeRun() As Boolean |
[C#] |
---|
public bool ClearCorrectionsBeforeRun {get; set;} |
[Managed C++] |
---|
public: __property bool get_ClearCorrectionsBeforeRun(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClearCorrectionsBeforeRun( VARIANT_BOOL * pVal ); public: HRESULT put_ClearCorrectionsBeforeRun( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getClearCorrectionsBeforeRun(); public void setClearCorrectionsBeforeRun( bool ); |