;; | ---------------------------------------------------------------------------- ;; | LA_ChLay ;; | ---------------------------------------------------------------------------- ;; | Function : Change selection to another layer ;; | Arguments: 'ss' - Selection set to change ;; | 'la' - Layer to change to ;; | Returns : nil ;; | Updated : March 31, 1999 ;; | e-mail : rakesh.rao@4d-technologies.com ;; | Web : www.4d-technologies.com ;; | ---------------------------------------------------------------------------- (defun LA_ChLay( ss la ) (command "._ChProp" ss "" "_Layer" la "") )