Description
This class may be used instead of the transaction class in certain scenarios.. It wraps the ObjectId.Open/Close functions, but makes it easier to correctly pair these functions by storing references to every object opened and automatically closing them.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.Transaction Autodesk.AutoCAD.DatabaseServices.OpenCloseTransaction
Visual Basic
Public Class OpenCloseTransaction Inherits Transaction
C#
public class OpenCloseTransaction : Transaction;
Links
OpenCloseTransaction Methods, OpenCloseTransaction Properties
See Also
Transaction