To View the Properties of a VLA-Object with the Inspect Window (Visual LISP IDE/ActiveX)

In addition to using the Inspect window to view the current value of a variable, you can use it to view the current property values of an object.

Note: The Visual LISP IDE and ActiveX support is available on Windows only.
  1. Store an object in a variable using setq.
  2. In Visual LISP, click View Inspect.
  3. In the Inspect dialog box, Symbol box, enter the name of the variable you stored the object in. Click OK.
    Note: You can double-click a property to inspect is current value in another Inspect window. For example, you can double-click <Preferences> to view the properties of the Preferences object associated with the Application object.