Interface INCT_Quotes
  CAM system interface managing string delimiters. Each setting has a start and end character; text between them is treated as a string during analysis
Assembly: STNCAnalyzer.dll
  Syntax
  
    [Guid("3AAF718D-903E-41AC-A82A-90E7D00A00F7")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_Quotes
   
  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