Interface INCT_EndOfLineChars
A CAM system interface managing line delimiters for NC-programs. Each setting is a string delimiter; the program is processed line by line, with content between delimiters treated as separate lines.
Assembly: STNCAnalyzer.dll
Syntax
[Guid("81C3A6F8-6A7A-4FEE-BF5B-21EFAE83F70E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_EndOfLineChars
Properties
Count
The function returns the number of settings (integer).
Declaration
Property Value
Methods
Add(string)
Adds a line delimiter to the list and returns its index (integer). Input: Str (string) — the delimiter string.
Declaration
Parameters
Type |
Name |
Description |
string |
Str |
|
Returns
Delete(int)
Declaration
Parameters
Type |
Name |
Description |
int |
Idx |
|
Get(int, out string)
Declaration
void Get(int Idx, out string Str)
Parameters