Function Entry: VLE-SAFEARRAYP

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

Function Entry: VLE-SAFEARRAYP

Name

vle-safearrayp

Class

BricsCAD VLE Library Function

Syntax

(vle-safearrayp obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

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

Return Values

T - if 'obj' is a SAFEARRAY object

NIL - if 'obj' is not a SAFEARRAY object

Notes

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

Availability

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

Source Notes