tpaSetAllDefsVisible
tpaSetAllDefsVisible(
g_visible
)
=> t / nil
Description
Sets the visibility of the active width spacing snap pattern definitions (WSSPDefs) to All Visible (AV) or None Visible (NV) for a cellview.
Arguments
|
Boolean variable that sets the visibility of the active WSSPDefs. |
Value Returned
|
The visibility of the active WSSPDefs was not set as requested. |
Example
Turns the visibility on for the active WSSPDefs.
tpaSetAllDefsVisible(t)
Return to top