Interface IWorkbookServiceClient
  
  
  
  
  Assembly: MAT.Atlas.Automation.Client.dll
  Syntax
  
    public interface IWorkbookServiceClient
   
  Methods
  
  
  AssociateSetToWorkbook(ObjectId)
  
  
  Declaration
  
    void AssociateSetToWorkbook(ObjectId setId)
   
  Parameters
  
  
  CreateDisplay(String, String)
  
  
  Declaration
  
    Display CreateDisplay(string type, string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        type | 
         | 
      
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
  
  CreatePage(String)
  
  
  Declaration
  
    Page CreatePage(string title)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        title | 
         | 
      
    
  
  Returns
  
  
  CreateSet(String)
  
  
  Declaration
  
    Set CreateSet(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
  
  GetActiveDisplay()
  
  
  Declaration
  
    Display GetActiveDisplay()
   
  Returns
  
  
  GetActivePage()
  
  
  Declaration
  
  Returns
  
  
  GetDisplays()
  
  
  Declaration
  
  Returns
  
  
  GetPages()
  
  
  Declaration
  
  Returns
  
  
  GetRecorders()
  
  
  Declaration
  
    Recorder[] GetRecorders()
   
  Returns
  
  
  GetSets()
  
  
  Declaration
  
  Returns
  
  
  GetWorkbook()
  
  
  Declaration
  
  Returns
  
  
  LoadWorkbook(String)
  
  
  Declaration
  
    void LoadWorkbook(string filePath)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        filePath | 
         | 
      
    
  
  
  NewWorkbook(Boolean)
  
  
  Declaration
  
    void NewWorkbook(bool skipPromptToSave)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        skipPromptToSave | 
         | 
      
    
  
  
  ReplaceWorkbook(String)
  
  
  Declaration
  
    void ReplaceWorkbook(string filePath)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        filePath | 
         | 
      
    
  
  
  SaveWorkbook(String)
  
  
  Declaration
  
    void SaveWorkbook(string filePath)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        filePath | 
         |