Function Entry: VLE-ENTMOD

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

Function Entry: VLE-ENTMOD

Name

vle-entmod

Class

BricsCAD VLE Library Function

Syntax

(vle-entmod dxf ename value)

Arguments and Values

  • dxf the DXF group code to set the new value
  • for
  • ename the
  • entity's ename
  • value new
  • value to be set for the entity's property

Description

modifies the value for specified DXF group code 'dxf' for specified entity 'ename'

Return Values

T if the entity's value has been updated (or is identical)

NIL if updating the entity's DXF value failed (dxf code not supported)

Examples

(vle-entmod 62 entity 112)
sets the color index as 112

Notes

this is a high-performance replacement for usual code like (entmod (subst (cons dxf value) olditem lst))

Availability

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

Source Notes