Function Entry: VL-REGISTRY-DESCENDENTS

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

Function Entry: VL-REGISTRY-DESCENDENTS

Name

vl-registry-descendents

Class

Visual LISP Function

Syntax

(vl-registry-descendents reg-key [val-names])

Arguments and Values

  • reg-key: string; a registry / plist key path.
  • val-names (optional): when supplied as a non-nil value, the function returns the value names under reg-key rather than its sub-keys.

Description

Returns the immediate children of reg-key — sub-key names by default, or value names when val-names is non-nil.

Return Values

A list of strings, or nil if the key does not exist or has no children.

Side Effects

None.

Examples

Not documented on the vendor page.

Availability

  • AutoCAD 2026: documented (Windows + macOS).
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes