Interface ISTOMPresenterLibrary
  
  
  
  Assembly: STOMTypes.dll
  Syntax
  
    [Guid("8F630374-7D10-499D-AB9D-A30A9057DDE6")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISTOMPresenterLibrary
   
  Properties
  
  Presenter[int]
  
  
  Declaration
  
    ISTOMTypeDescriptor Presenter[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  PresenterCount
  
  
  Declaration
  
    int PresenterCount { get; }
   
  Property Value
  
  
  PresenterModel[int]
  
  
  Declaration
  
    Guid PresenterModel[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  Methods
  
  CreatePresenter(Guid)
  
  
  Declaration
  
    ISTOMPresenter CreatePresenter(Guid PresenterInterfaceID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | PresenterInterfaceID |  | 
    
  
  Returns