Interface IST_MCFactory
  
  
  
  Assembly: STMachineComponents.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("EBA908B4-4653-466B-BE16-25570406BF77")]
public interface IST_MCFactory
   
  Properties
  
  ComponentClass[int]
  
  
  Declaration
  
    IST_XMLPropDescriptor ComponentClass[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  ComponentClassCount
  
  
  Declaration
  
    int ComponentClassCount { get; }
   
  Property Value
  
  Methods
  
  CreateAssembly()
  
  
  Declaration
  
    IST_MCAssembly CreateAssembly()
   
  Returns
  
  
  CreateComponent(string)
  
  
  Declaration
  
    IST_MCComponent CreateComponent(string ComponentType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | ComponentType |  | 
    
  
  Returns