Determines if an object supports a particular method
(vlax-method-applicable-p objmethod)
T, if the object supports the method; otherwise nil.
The following commands are issued against a LightweightPolyline object:
_$ (vlax-method-applicable-p WhatsMyLine 'copy)
T
_$ (vlax-method-applicable-p WhatsMyLine 'AddBox)
nil
See Also
-
The vlax-property-available-p function.