|
INcModel::CopyNcItem
Description
This function allows you to copy and paste one NC Item (including tp folder)
Requirements
Must not be in edit mode.
Syntax
Status = CopyNcItem (iUid, iAfterItem, oNewUid);
Input: (int ) iUid |
ID of Nc Item to copy |
Input: (int ) iAfterItem |
Nc Item ID to paste after |
Output: (int )oNewUid |
ID of pasted NC Item |
|
|
Return: (int) status |
0
= Operation successful. |
|