Interface INCT_UnionLineChars
  CAM system interface managing line concatenation characters. Each setting is a symbol; if an NC-code line ends with this character, it is combined with the next line, ignoring the character
Assembly: STNCAnalyzer.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("236F80AC-E787-4084-BA52-A9060CDD5276")]
public interface INCT_UnionLineChars
   
  Properties
  
  Count
  The function returns the number of settings (integer)
Declaration
  
  Property Value
  
  Methods
  
  Add(ushort)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | ushort | Sym |  | 
    
  
  Returns
  
  
  Delete(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Idx |  | 
    
  
  
  Get(int, out ushort)
  
  
  Declaration
  
    void Get(int Idx, out ushort Sym)
   
  Parameters