Description:
If objref.Object().IsNormal() is true, then the object will be locked.
Description:
If obj.IsNormal() is true, then the object will be locked.
Syntax:
Parameters:
- obj
- Type: RhinoObject
- normal object to lock.
- ignoreLayerMode
- Type: bool
- if true, the object will be locked even if it is on a layer that is locked or off.
Returns:
Type: bool
True if the object was successfully locked.
Available since:
5.0
Description:
If objref.Object().IsNormal() is true, then the object will be locked.