AddinRun Event
IntelliCAD 11.1 Object Library | |
AddinRun Event | |
See Also |
- AddinFunctionName
- A string representing the name of the add-in function.
Application Object : AddinRun Event |
Description
Occurs when the user has run an addin from the command line.
Syntax
Visual Basic |
---|
Public Event AddinRun( _ ByVal AddinFunctionName As String _ ) |
Parameters
- AddinFunctionName
- A string representing the name of the add-in function.