Technical Reference > Graphics Builder Automation Interface > Events Functions > BrokenLink

BrokenLink

This event is fired if a missing link is encountered while executing the functions ProjectUpdatePages or PageOpen. Details of the missing object are provided through the parameters Project, Library, Object, GenieOrSymbol.

Syntax

BrokenLink(Project, Library, Object, GenieOrSymbol)

Project:

The name of the project.

Library:

The name of the library.

Object:

The name of the symbol or Genie.

GenieOrSymbol:

Identifies if the object is a symbol or Genie: 1 = Genie; 2 = symbol.

See Also