vlax-get-object
(vlax-get-object COM-Id)
This function returns an existing instance of
the COM server object identified by COM-Id.
Arguments |
COM-Id (string) identifies the COM server object by its name |
Return |
VLA-OBJECT; the COM server object, or NIL if no running COM server exists |
Example |
(setq cad (vlax-get-object
"BricscadApp.AcadApplication")) |
Remarks |
see (vlax-create-object) function; |
© Bricsys NV. All rights reserved. |