INCT_Comments interface manages comments in CAM. Settings are pairs of open and close characters; text between them is skipped. If close is empty, the comment runs to the end of the line.
Assembly: STNCAnalyzer.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("7605AF43-02D5-412C-BAA8-4B5D2FA94477")]
public interface INCT_Comments
Properties
The function returns the number of pairs of settings (integer).
Declaration
Property Value
Methods
Adds a pair of open and close comment settings to the list and returns its index (integer). Inputs: Open (line) — opening characters; Close (line) — closing characters.
Declaration
int Add(string Open, string Close)
Parameters
Returns
Declaration
Parameters
Type |
Name |
Description |
int |
Idx |
|
Declaration
void Get(int Idx, out string Open, out string Close)
Parameters