IntelliCAD 11.1 Object Library | |
UndefineFunction Method | |
See Also |
- FunctionName
- A string variable representing the name of the macro.
Application Object : UndefineFunction Method |
Description
Removes a previously defined VBA macro from the IntelliCAD command list.
Syntax
Visual Basic |
---|
Public Sub UndefineFunction( _ ByVal FunctionName As String _ ) |
Parameters
- FunctionName
- A string variable representing the name of the macro.