inspector


(inspector  value)
(inspector 'symbol)

This function opens the "Inspector" dialog, providing the content of the value resp. symbol in a resizable window;
the dialog window will use the last size and position.

Arguments

value any Lisp object

symbol  a Lisp symbol (value of this symbol is shown)

Return

always returns 'void' (no return value, like (princ) function), to allow transparent usage of (inspector ...)

Example

(inspector res)
(inspector 'res)

Hints

- doubleclick on an entity or vla-object opens a second "Inspector" dialog for that entity resp. vla-object
- read-only properties are shown in light gray
- modifiable DXF data can be edited by doubleclick




©  Bricsys NV. All rights reserved.