|
INcModel::GetAutoDrillXML
Description
This function allows you to export one Automated Drill procedure sequence row to XML.
Requirements
Syntax
Status = GetAutoDrillXML (iUid, iName, iRow, iFileName);
Input: (int ) iUid |
Nc Item ID |
Input: (string) iName |
Name of Group (without parenthesis and number) |
Input: (int ) iRow |
Row index in sequence –starts from 0 |
Input: (string )iFileName |
File name of XML |
Return: (int) status |
0 = Operation
successful. |
|