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
- [dimytile (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-FAA2950E-5374-48BF-8BCF-8B1A7C1013D8.htm)
- Status: documented (Phase 3 body fill).