Interface ISS_RootGroup
  Root operation group
Specialized operation group containing a root operation
Assembly: STApplication.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B5A9BB71-B670-45F4-8A15-B2609011D74A")]
public interface ISS_RootGroup : ISS_TechOpGroup
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  Operation[int]
  
  
  Declaration
  
    ISS_AbstractTechOp Operation[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  RootOp
  Root operation of the group
The primary operation that serves as the base for this group
Declaration
  
    ISS_AbstractTechOp RootOp { get; }
   
  Property Value