Action unknown: siteexport_addpage
macros:function:palette.quickcreatepalette
Function
Palette.QuickCreatePalette
Void Palette.QuickCreatePalette(Handle handle, String attributeMask, AcwUserNumber userNumber, String legend, Int32 iconId)
| API | https://api.avolites.com/19.0/api/Palette.QuickCreatePalette.html |
|---|---|
| description | Creates a palette on the specified handle with prompting the user. |
| namespace | Palette |
| parameter | handle ( Handle ) : The handle to assign the created palette to. |
| attributeMask ( String ) : The attribute mask. | |
| userNumber ( AcwUserNumber ) : The user number. | |
| legend ( String ) : The legend. | |
| iconId ( Int32 ) : The icon ID. | |
| return value | Void |
Example in
<step>Palette.QuickCreatePalette(Handles.CreateHandleReference("Colours", 0, 0), "C", userNumber:101, "", 0)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/palette.quickcreatepalette.txt · Last modified: 2025/12/12 15:27 by icke_siegen
