dos_showobjects - dalefugier/DOSLib GitHub Wiki

Shows, or unhides, one or more hidden AutoCAD entities. You can hide entities by using dos_hideobjects.

Syntax

(dos_showobjects entity-name)
(dos_showobjects selection-set)
(dos_showobjects)

Parameters

entity-name

The name of an entity to show.

selection-set

A selection set of entities to show.

Note, if no argument is specified, all hidden entities will be shown.

Returns

The number of entities shown if successful.

nil on error.

Example

Command: (dos_showobjects ss)
3