Interface IGS_IDList
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("2E49A13D-DD0D-4F0A-85BF-CA59A0EE03E2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_IDList
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    string this[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  Methods
  
  Add(string)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | ID |  | 
    
  
  Returns
  
  
  Clear()
  
  
  Declaration
  
  
  Delete(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Returns
  
  
  IndexOf(string)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | ID |  | 
    
  
  Returns
  
  
  LoadFromXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool LoadFromXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  PopBack()
  
  
  Declaration
  
  Returns
  
  
  SaveToXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool SaveToXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  SearchDelete(string)
  
  
  Declaration
  
    bool SearchDelete(string ID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | ID |  | 
    
  
  Returns