Interface IGS_GeomEntityList
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("426D135E-5A1E-4018-8817-1F7798B8AEC7")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_GeomEntityList : IGS_EntityList
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  Current
  
  
  Declaration
  
    IGS_GeomEntity Current { get; }
   
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IGS_Entity this[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  GeomEntity[int]
  
  
  Declaration
  
    IGS_GeomEntity GeomEntity[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  Methods
  
  MoveNext()
  
  
  Declaration
  
  Returns