Function Entry: GETPROPERTYVALUE

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

Function Entry: GETPROPERTYVALUE

Name

getpropertyvalue

Class

Property Function

Syntax

(getpropertyvalue ename property-name)

Arguments and Values

  • ename: entity name
  • property-name: property identifier

Description

Returns the value of a named property of an object.

Return Values

Property value.

Side Effects

None.

Compatibility

  • added by Autodesk in AutoCAD 2011
  • belongs to the generic property-function family rather than the low-level vlax-* automation layer
  • BricsCAD later added a corresponding family with broader property coverage

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Source Notes