Message 1 of 1
P3D: Customized property and vlax-property-available-p

Not applicable
10-07-2015
05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
(vlax-property-available-p (vlax-ename->vla-object my_entity) 'status)
results in true
but
(vlax-property-available-p (vlax-ename->vla-object my_entity) my_property)
results in nil
What is the difference when i use own (customized) properties?
Hoe can I read own (customized) properties with lisp?
(my_property was created in the P3D-class-definition)
Guido