| Library | Module | Frames | Expand |
| Sub | Designate (MessageFile as String, Label as String, Help as String [optional], Description as String [optional]) | |
| Designates the command to appear as placeable in the Screen Customization dialog. This may not be used for existing Creo Parametric commands. | ||
| Sub | SetIcon (IconFile as String) | |
| Designates the icon to be used with a user-created command. Adds the icon to the command of Creo Parametric. | ||
| Sub | Designate | (MessageFile as String, Label as String, Help as String [optional], Description as String [optional]) |
|
Designates the command to appear as placeable in the Screen Customization dialog. This may not be used for existing Creo Parametric commands. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The message file was not found. IpfcXToolkitMsgNotFound - One or more messages was not found in the message file.
|
| Sub | SetIcon | (IconFile as String) |
|
Designates the icon to be used with a user-created command. Adds the icon to the command of Creo Parametric. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The icon file was not found. IpfcXToolkitInvalidFile - The file specified was not a Creo Parametric .BIF file or a custom .GIF file. IpfcXToolkitInvalidFile - The file specified was not of required format.
|