Share
 
 

dimy_tile (AutoLISP/DCL)

Retrieves the height of a tile in dialog box units

Supported Platforms: Windows, Mac OS, and Web

Signature

(dimy_tile key)
key

Type: String

Value that specifies a tile. This argument is case-sensitive.

Return Values

Type: Integer

The height of the tile.

The coordinates returned are the maximum allowed within the tile. Because coordinates are zero based, this function returns one less than the total Y dimension (Y-1). The dimx_tile and dimy_tile functions are provided for use with vector_image, fill_image, and slide_image, which require that you specify absolute tile coordinates.

Release Information

    Releases:

  • AutoCAD R12 and later on Windows
  • AutoCAD 2021 and later on Mac OS

Examples

(setq tile_height (dimy_tile "my_tile"))

Was this information helpful?