|
INcModel::GetItemAsXML
Description
This function allows you to export one NC Item to XML.
Requirements
Must not be in edit mode.
Syntax
Status = GetItemAsXML (iUid, oXML);
Input: (int ) iUid |
Nc Item ID |
Output: (string )oXml |
Text of XML |
Return: (int) status |
0
= Operation successful. |
|