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"))
#<VLA-OBJECT IAcadApplication 000000002E5710D0>

Remarks

see (vlax-create-object) function;
see (vlax-get-or-create-object) function



©  Bricsys NV. All rights reserved.