Interface IST_OpParametersUI
  
  
  
  Assembly: STOperationTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("BCC9BCBB-CCC3-4219-A871-F216BB9BEB91")]
public interface IST_OpParametersUI
   
  Properties
  
  Container
  
  
  Declaration
  
    IST_OpParamUIContainer Container { get; }
   
  Property Value
  
  
  PageCaption[int]
  
  
  Declaration
  
    string PageCaption[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  PageHeight[int]
  
  
  Declaration
  
    int PageHeight[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  PageWidth[int]
  
  
  Declaration
  
    int PageWidth[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  PagesCount
  
  
  Declaration
  
  Property Value
  
  Methods
  
  DisplayPage(int)
  
  
  Declaration
  
    void DisplayPage(int Index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  
  EndUI(bool)
  
  
  Declaration
  
    void EndUI(bool ApplyChanges)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | bool | ApplyChanges |  | 
    
  
  
  InitUI(IST_OpContainer, IST_OpParamUIContainer, int)
  
  
  Declaration
  
    void InitUI(IST_OpContainer Op, IST_OpParamUIContainer Container, int LngID)
   
  Parameters