|
INcModel::SetNcItemName
Description
This function allows you to rename the toolpath or setup.
Requirements
NC Item must be in idle mode.
Syntax
void SetNcItemName ( iUid, iName);
Input: (int ) iUid |
ID of NC item (toolpath or setup). |
Input: (String) iName |
Name to set to node. |
Exception Values:
0 = Operation successful.
1 = Error – NC item ID is not valid.
2 = Error – Procedure is not in idle mode.
3 = Error – Parameter value not valid.
4 = Error – Operation failure.
|