|
INcModel::SetItemFromXML
Description
This function allows you to load one NC Item from XML.
Requirements
Nc Item must be in edit mode.
Syntax
Status = SetItemFromXML (iUid, iXML);
Input: (int ) iUid |
Nc Item ID |
Input: (string )iXml |
Text of XML |
Return: (int) status |
0
= Operation successful. |
|