Function Entry: VLE-ENAMEP

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

Function Entry: VLE-ENAMEP

Name

vle-enamep

Class

BricsCAD VLE Library Function

Syntax

(vle-enamep obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

predicator function to determine whether 'obj' is of ENAME type

Return Values

T - if 'obj' is a ENAME object

NIL - if 'obj' is not a ENAME object

Notes

replacement for : (= (type obj) 'ENAME) and similar

Availability

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

Source Notes