PrintFile Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs when a file is printed.

Usage

Sub Application_PrintFile(ByVal BlockName As String, ByVal Path As String, ByVal TopBlock As String)

Arguments

BlockName

Specifies the block name.

Path

Specifies the current hierarchical path.

TopBlock

Specifies the top level block name.