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.

Remarks

This event is required for compatibility with previous versions of AutoCAD.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.