mech:instance-get-hasoverrides


(mech:instance-get-hasoverrides  idEnt)

Returns whether the specified idEnt (ename) component instance has overridden properties.

Arguments

idEnt (ename) the entity

Return

T if overridden properties are present, or NIL otherwise

Example

(vl-load-mech)  2
(setq blkRef (car (entsel)))  <Entity name: 7c8dea10>
(setq res (mech:instance-get-hasoverrides blkRef))  NIL

Remarks


Note




©  Bricsys NV. All rights reserved.