IntelliCAD 11.1 Object Library | |
DefineFunction Method | |
See Also |
- FunctionName
A string variable representing the name of the macro.
- FunctionPointer
- The address of the function to be called.
Application Object : DefineFunction Method |
Description
Adds a macro to the IntelliCAD command list, similar to (defun c:cmd) in LISP.
Syntax
Visual Basic |
---|
Public Sub DefineFunction( _ ByVal FunctionName As String, _ ByVal FunctionPointer As Variant _ ) |
Parameters
- FunctionName
A string variable representing the name of the macro.
- FunctionPointer
- The address of the function to be called.