AddAddin Method (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Adds an addin to the application.

Usage

Application.AddAddin(ByVal pAddinInfo As IAddinInfo) As Boolean

Arguments

pAddinInfo

The definition of the addin that is added to the application.

Return Values

As Boolean. Returns True if the addin was successfully added; False otherwise.