Interface IST_3DEntityList
  
  
  
  Assembly: ST3DModelTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B81B7745-0CCA-4075-B89D-9E031C81B559")]
public interface IST_3DEntityList
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IST_3DEntity this[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  Methods
  
  Add(IST_3DEntity)
  
  
  Declaration
  
    int Add(IST_3DEntity Entity)
   
  Parameters
  
  Returns
  
  
  Clear()
  
  
  Declaration
  
  
  Delete(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  
  IndexOf(IST_3DEntity)
  
  
  Declaration
  
    int IndexOf(IST_3DEntity Entity)
   
  Parameters
  
  Returns