getPropertyValue
(getpropertyvalue ename
property)
or
(getpropertyvalue collectionName
index property) unsupported
in BricsCAD !
This function returns the value of the
specified property for the object or entity ename.
Arguments |
ename (classic entity name) object or entity ename to
query for the given property |
Return |
the property value (any valid Lisp value : Real, Integer, String, Ename, List) |
Example |
(getpropertyvalue
(entlast) "Color") "ByLayer" |
Hint |
the specified "ident" can be
used to uniquely specify the property, as same-named properties can
exist in multiple contexts; |
Remarks |
|
© Bricsys NV. All rights reserved. |