vlax-property-available-p
(vlax-property-available-p vlaObject property
[ allowWrite ] )
This function verifies whether the
specified vlaObject object supports the specified property.
Arguments |
vlaObject (VLA-Object) any COM object |
Return |
T or NIL; |
Example |
(vlax-property-available
myLine 'StartPoint T) T |
Remarks |
see (vlax-method-applicable-p) function |
© Bricsys NV. All rights reserved. |