Interface IGS_FeaturePattern
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("E912A200-038F-45C2-938E-23C53DD555C7")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_FeaturePattern : IGS_EntityList
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IGS_Entity this[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  Feature[int]
  
  
  Declaration
  
    IGS_Feature Feature[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  KeyFeature
  
  
  Declaration
  
    IGS_Feature KeyFeature { get; }
   
  Property Value