VS:UnLckObjs

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Procedure UnLckObjs unlocks the selected objects.

PROCEDURE UnLckObjs;
def vs.UnLckObjs():
    return None

Example

VectorScript

SelectObj((C='Structure To Remain'));
UnLckObjs;

Python


Version

Availability: from All Versions