Function Entry: DIMYTILE

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

Function Entry: DIMYTILE

Name

`dimytile`

Class

DCL Function

Syntax

(dimy_tile key)

Arguments and Values

  • key: case-sensitive string; the tile to measure.

Description

Returns the Y dimension of a tile, expressed in absolute tile coordinates. The returned value is one less than the total Y dimension because coordinates are zero-based; it is therefore the maximum allowed Y coordinate.

Return Values

An integer.

Side Effects

None.

Examples

  • `(setq tileheight (dimytile "mytile"))`.

Availability

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

Source Notes