Opt whether to have the propagator auto recalculate.
Read-write property
[Visual Basic .NET] |
---|
Public Property AutoRecalculate() As Boolean |
[C#] |
---|
public bool AutoRecalculate {get; set;} |
[Managed C++] |
---|
public: __property bool get_AutoRecalculate(); |
[Unmanaged C++] |
---|
public: HRESULT get_AutoRecalculate( VARIANT_BOOL * pRetVal ); public: HRESULT put_AutoRecalculate( VARIANT_BOOL vbAutoRecalc ); |
[Java] |
---|
public bool getAutoRecalculate(); public void setAutoRecalculate( bool ); |