DatabaseDisableUndoRecording Method

Enables or disables recording of operations performed on this database. If disable==true, undo recording is turned off.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void DisableUndoRecording(
        bool disable
)

Parameters

disable  Boolean
[in] Flag that specifies whether to disable recording of operations.
Remarks
This method does not delete any existing undo information.
See Also

©  Bricsys NV. All rights reserved.