Function Entry: VLE-VLAOBJECTP

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

Function Entry: VLE-VLAOBJECTP

Name

vle-vlaobjectp

Class

BricsCAD VLE Library Function

Syntax

(vle-vlaobjectp obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

predicator function to determine whether 'obj' is of VLA-OBJECT type

Return Values

T - if 'obj' is a VLA-OBJECT object

NIL - if 'obj' is not a VLA-OBJECT object

Notes

replacement for : (= (type obj) 'VLA-OBJECT) and similar

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes