Function Entry: VLAX-DUMP-OBJECT

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLAX-DUMP-OBJECT

Name

vlax-dump-object

Class

Visual LISP automation utility

Syntax

(vlax-dump-object obj [detail])

Arguments and Values

  • obj — VLA-object.
  • detail — optional generalized boolean; if non-nil, methods are listed in addition to properties.

Description

Lists an object's properties and optionally the methods that apply to the object.

Return Values

Returns T.

Side Effects

Produces diagnostic output about the object.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Notes

  • Autodesk documents this as requiring vl-load-com in the classic extension model.

Compatibility

Available on AutoCAD and AutoCAD LT for Windows; not available on macOS or Web.