Function Entry: ACET-UI-SINGLE-SELECT

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

Function Entry: ACET-UI-SINGLE-SELECT

Name

acet-ui-single-select

Class

BricsCAD ExpressTools API Function

Syntax

(acet-ui-single-select filter allowLocked)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

This function provides single entity selection, like (entsel), with some customisation. filter : filter condition, as used by (ssget … filter) to filter entity as required allowLocked : if T, selection of entity on a locked layers is allowed; NIL to disallow Each argument can be set as NIL, which uses default values (or none) in that case.

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes