Click or drag to resize

ObjectTableUnlock Method

Overload List
  NameDescription
Public methodUnlock(Guid, Boolean)
If Object().IsLocked() is true, then the object will be returned to normal (visible and selectable) mode.
Public methodUnlock(ObjRef, Boolean)
If objref.Object().IsLocked() is true, then the object will be returned to normal (visible and selectable) mode.
Public methodUnlock(RhinoObject, Boolean)
If obj.IsLocked() is true, then the object will be returned to normal (visible and selectable) mode.
Top
See Also