Function Entry: STARTIMAGE

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

Function Entry: STARTIMAGE

Name

`startimage`

Class

DCL Function

Syntax

(start_image key)

Arguments and Values

  • key: case-sensitive string; the image tile.

Description

Starts the creation of an image in a dialog-box image tile. Subsequent `fillimage, slideimage, and vectorimage calls draw into the active image until endimage is invoked. Do not call settile between startimage and endimage`.

Return Values

The key string on success; nil on failure.

Side Effects

Latches the named tile as the active image target.

Examples

See `fillimage and slideimage`.

Availability

  • AutoCAD 2026: documented.
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes