lxHiCreateMPP
lxHiCreateMPP( [w_windowID] ) =>nil
Description
Opens the Create Multipart Path form, which you can use to specify the parameters for creating a multipart path, and starts the interactive command which lets you create a path in the layout window. The function operates on the design in the specified window. If you do not specify a window, the function operates on the design in the current window.
Arguments
|
ID of the window containing the design you want to modify. |
Value Returned
Example
lxHiCreateMPP(windowID)
Opens the Create Multipart Path form and starts the Create Multipart Path command for the design in the specified windowID.
The system prompts you to click in the layout window to create the new multipart path.
Return to top