Interface IST_MCAssembly
  
  
  
  Assembly: STMachineComponents.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A9556102-8753-403C-8E78-0B96C3CE2DF0")]
public interface IST_MCAssembly : IST_MCComponent
   
  Properties
  
  ID
  
  
  Declaration
  
  Property Value
  
  
  Items[int]
  
  
  Declaration
  
    IST_MCComponent Items[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  ItemsCount
  
  
  Declaration
  
  Property Value
  
  
  Plug
  
  
  Declaration
  
    IST_MCConnector Plug { get; }
   
  Property Value
  
  
  Props
  
  
  Declaration
  
    IST_XMLPropPointer Props { get; }
   
  Property Value
  
  
  SocketCount
  
  
  Declaration
  
  Property Value
  
  
  Sockets[int]
  
  
  Declaration
  
    IST_MCConnector Sockets[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  Methods
  
  AddItem(IST_MCComponent, int)
  
  
  Declaration
  
    void AddItem(IST_MCComponent Comp, int ParentSocketIndex)
   
  Parameters
  
  
  DeleteItem(int)
  
  
  Declaration
  
    void DeleteItem(int ItemIndex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | ItemIndex |  | 
    
  
  
  ReConnect(int, int)
  
  
  Declaration
  
    bool ReConnect(int ComponentIndex, int NewSocketIndex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | ComponentIndex |  | 
      
        | int | NewSocketIndex |  | 
    
  
  Returns