Share

DBObject.DowngradeOpen Method

Description

Downgrades the object from being open OpenMode.ForWrite, to being OpenMode.ForRead. In the process, all changes made to the object while it was open for write are committed to the database and appropriate notification is sent.

Note

This function does not need to be preceded by an upgradeOpen() call -- it just requires that the object be open for write when it is called.

Visual Basic

Public Function DowngradeOpen() As void

C#

public void DowngradeOpen();

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?