Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cleReinitialize

cleReinitialize(
w_windowID
)
=> t / nil

Description

Reinitializes a Concurrent Layout cellview if there are objects added to it outside the Concurrent Layout environment.

Save the reinitialized cellview before you start editing it in concurrent layout.

Arguments

w_windowID

Window ID of the edit cellview you want to reinitialize.

Value Returned

t

The edit cellview of the specified window has been reinitialized.

nil

The edit cellview of the specified window is not reinitialized.

Examples

The edit cellview open in the window winId is reinitialized for Concurrent Layout editing.

cleReInitialize(winId)
=> t

Return to top
 ⠀
X