Function Entry: ISPROPERTYVALID

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

Function Entry: ISPROPERTYVALID

Name

ispropertyvalid

Class

BricsCAD Generic-Properties Function

Syntax

(ispropertyvalid ename property)

Arguments and Values

  • ename (classic entity name) object or entity ename to
  • query for the given property
  • property (string) the name of the property to test; can be
  • specified as "Name~NameSpace"; property name is always
  • case-insensitive

Description

isPropertyValid (ispropertyvalid ename property) This function verifies whether the specified property is applicable for the object or entity ename.

Return Values

T if property is applicable for the given object or entity

Examples

(ispropertyvalid
 (entlast)  "LayerId")  T

(ispropertyvalid  (entlast)
 "LayerId~Native")  T

Notes

this is a BricsCAD specific function !

Availability

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

Source Notes