Function Entry: INITGET

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

Function Entry: INITGET

Name

initget

Class

Function

Syntax

(initget [bits] [keywords])

Arguments and Values

  • bits: optional control bit mask
  • keywords: optional keyword specification

Description

Initializes constraints and keyword handling for the next user-input function call.

Return Values

Always returns nil.

Side Effects

Changes the interpretation of the immediately following user-input request.

Affected By

  • bit-mask semantics
  • keyword list syntax

Compatibility

This function is foundational for structured user-input workflows.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Notes

  • Autodesk documents that the constraints and keywords apply only to the next user-input call and are then discarded.
  • Autodesk documents that keywords are honored by getint, getreal, getdist, getangle, getorient, getpoint, getcorner, getkword, entsel, nentsel, and nentselp, but not by getstring.
  • Autodesk documents that bits irrelevant to the next input function are ignored.