Function Entry: VLE-PICKSETP

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

Function Entry: VLE-PICKSETP

Name

vle-picksetp

Class

BricsCAD VLE Library Function

Syntax

(vle-picksetp obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

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

Return Values

T - if 'obj' is a PICKSET object

NIL - if 'obj' is not a PICKSET object

Notes

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

Availability

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

Source Notes