tpaToggleDef
tpaToggleDef(
t_defName
g_enabled
)
=> t / nil
Description
Enables or disables the specified WSSPDef or SPDef.
Arguments
|
Boolean variable that enables or disables the specified WSSPDef or SPDef. |
Value Returned
|
The specified WSSPDef or SPDef is enabled or disabled, as requested. |
|
Example
Disables the M2WSP WSSPDef. This also sets the visibility off for the M2WSP active pattern in the Track Pattern table and in the canvas.
tpaToggleDef( "M2WSP" nil )
Return to top