Determines if an object supports a particular method
Supported Platforms: Windows only
(vlax-method-applicable-p obj method)
Type: VLA-object
An object.
Type: Symbol or String
A symbol or string containing the name of the method to be checked.
Type: T or nil
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