Interface ICamApiMachiningToolsList
  
  
  
  Assembly: CAMAPI.ToolsList.dll
  
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E6BC17B8-4425-4928-9C45-59A6B8BD1C64")]
public interface ICamApiMachiningToolsList
   
  Properties
  
  
  
  
  Declaration
  
  Property Value
  
  
  
  
  
  Declaration
  
    ICamApiMachiningToolInfo ToolInfo[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  Methods
  
  
  
  
  Declaration
  
    ICamApiMachiningToolOperationsIterator GetOperationsUsingTheTool(string ToolID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | ToolID |  | 
    
  
  Returns
  
  
  
  
  
  Declaration
  
    int IndexOfToolID(string ToolID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | ToolID |  | 
    
  
  Returns