Function Entry: VLE-VARIANTP
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-VARIANTP
Name
vle-variantp
Class
BricsCAD VLE Library Function
Syntax
(vle-variantp obj)
Arguments and Values
- obj any Lisp item to be verified
Description
predicator function to determine whether 'obj' is of VARIANT type
Return Values
T - if 'obj' is a VARIANT object
NIL - if 'obj' is not a VARIANT object
Notes
replacement for : (= (type obj) 'VARIANT) and similar
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-variantp (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlevariantp.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).