Autodesk.AutoCAD.ApplicationServices Namespace > DocumentLock Class
DocumentLock Class
Description

This class represents a locked document. Objects of this class are created and returned to an application when it calls the Document.LockDocument method

Class Hierarchy
Autodesk.AutoCAD.ApplicationServices.DocumentLock
Visual Basic
Public sealed Class DocumentLock
Inherits IDisposable
C#
public sealed class DocumentLock : IDisposable;
   Comments?