Project.WhoLocksObject method

AutoCAD Map 3D ActiveX

Project.WhoLocksObject method

Gets information about a locked drawing object.

WhoLocksObject( _
 EntID As Long, _
 ProjectName As String, _
 DrawingName as String, _
 OwnerName As String, _
 Date As String, _
 Time As String _
 ) As Boolean

Returns False if the object is not locked.

EntID

The AcDbObjectID identifier of the drawing object.

ProjectName (Output)

Name of the document in the project locking the object.

DrawingName (Output)

Name of the drawing to which the object EntID belongs.

OwnerName (Output)

Login name of the user who locked the object.

Date(Output)

Date the object was locked.

Time(Output)

Time the object was locked.