Share

vlax-get-acad-object (AutoLISP)

Product Documentation
Intermediate

Retrieves the top level AutoCAD application object for the current AutoCAD session

(vlax-get-acad-object)

Return Values

A VLA-object.

Examples

(setq aa (vlax-get-acad-object))
#<VLA-OBJECT IAcadApplication 00b3b91c>

Was this information helpful?