vlax-ldata-test
(vlax-ldata-test value)
This function verifies whether
value can be
stored inside the dwg database.
Arguments |
value (any Lisp value) the value to be verified as suitable for LDATA storage |
Return |
T if the value can be stored inside the dwg database, NIL otherwise |
Example |
(vlax-ldata-test 1.234)
T |
Remarks |
see (vlax-ldata-put) and (vlax-ldata-get) functions |
© Bricsys NV. All rights reserved. |