Function Entry: INITDIA
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: INITDIA
Name
initdia
Class
Application-handling function
Syntax
(initdia)
Autodesk documents the fuller syntax as:
(initdia [dialogflag])
Description
Forces the next compatible command to use a dialog box rather than command-line prompting.
Return Values
Always returns nil.
Side Effects
Changes host command-invocation behavior for the next applicable command.
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.
Source Notes
Notes
- If
dialogflagis omitted or nonzero, Autodesk documents that the next supported command uses its dialog box. - If
dialogflagis0, Autodesk documents that the effect is cleared. - Autodesk documents a bounded set of commands that honor
initdia, such asPLOT,LAYER,STYLE, andINSERT.
Compatibility
Supported on Windows and macOS, not Web.