Description
This function must be used with RestoreForwardingXrefSymbols(), and should be wrapped around all code with plans to edit and/or save Xref databases.
The RestoreOriginalXrefSymbols() method undoes all the changes the database did during its resolve, so that the database is now in the same condition it was when it was first read in from its file.
The symbols affected are the Table and Records for blocks, layers, linetypes, text styles, dimension styles, registered applications, and plot styles, as well as any custom object changes made during and between the XrefBeginAttached and XrefBeginOtherAttached events.
Visual Basic
Public Function RestoreOriginalXrefSymbols() As void
C#
public void RestoreOriginalXrefSymbols();