lxGroupArrayCreatePreset
lxGroupArrayCreatePreset(
t_presetName
t_orientPattern
t_presetDesc
g_isEditable
)
=> t / nil
Description
Creates an orientation pattern for group arrays.
Arguments
|
Boolean value to indicate whether the pattern can be modified and deleted. |
Value Returned
|
The group array orientation pattern was created successfully. |
|
Examples
Creates an orientation pattern named myPattern, with the orientation MX and R0. The pattern can be modified and deleted.
lxGroupArrayCreatePreset("myPattern" "\"MX\" \"R0\"" "Desc_my pattern" t)
==> t
Related Topics
Return to top