Function Entry: VLAX-TYPEINFO-AVAILABLE-P

โ† Prev | โ†‘ Chapter | Next โ†’ | Index | Symbols

Function Entry: VLAX-TYPEINFO-AVAILABLE-P

Name

vlax-typeinfo-available-p

Class

ActiveX Predicate

Syntax

(vlax-typeinfo-available-p obj)

Arguments and Values

  • obj: a VLA-object.

Description

Determines whether TypeLib information is present for obj. AutoLISP requires TypeLib information to determine whether a method or property is available on an object; some objects (notably AcadDocument) may lack it.

Return Values

Returns T if TypeLib information is available; otherwise nil.

Side Effects

None.

Examples

Not documented on the vendor page.

Availability

  • AutoCAD 2026: documented (Windows only).
  • BricsCAD V26: documented (confirmed via the live TOC walk on 2026-04-26; entry vlax-typeinfo-available-p appears in the BricsCAD V26 Standard Functions section).
  • Status: documented in both vendors.

See Also

  • BricsCAD V26 confirmation came from the live-DOM TOC walk recorded in vendor-inventory-2026.org ยง3.2.

Source Notes