vlax-method-applicable-p


(vlax-method-applicable-p vlaObject objMethod)

This function verifies whether the specified vlaObject object supports the specified objMethod method.

Arguments

vlaObject  (VLA-Object) any COM object
objMethod  (string | symbol)  the name of the method to verify

Return

T or NIL

Example

(vlax-method-applicable mspace 'AddLine)  T
(vlax-method-applicable mspace 'Copy)  NIL

Remarks




©  Bricsys NV. All rights reserved.