tpaSetActivePattern
tpaSetActivePattern(
t_defName
t_activePatternName
)
=> t / nil
Description
Sets the active pattern for the given width spacing snap pattern definition (WSSPDef).
Arguments
|
Assigns the named width spacing pattern (WSP) as the active pattern for the specified WSSPDef. |
|
Value Returned
|
The named WSP is the active pattern for the specified WSSPDef. |
|
|
The active pattern was not set because the WSP or the WSSPDef was not found. |
Example
Sets the minWidth WSP as the active pattern for the M2WSP WSSPDef.
tpaSetActivePattern( "M2WSP" "minWidth")
Return to top