Interface INCT_BlockExecArray
  The CAM system interface, which implements the list of objects in the current frame for interpretation
Assembly: STNCInterpreter.dll
  Syntax
  
    [Guid("A582151F-4623-4054-8B53-4E4799CF915B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_BlockExecArray
   
  Properties
  
  Count
  The function returns the total number of interpretation objects in the list (integer). No input parameters
Declaration
  
  Property Value
  
  Methods
  
  Add(TNCExecObj, IntPtr)
  
  
  Declaration
  
    int Add(TNCExecObj ExecType, IntPtr ExecParam)
   
  Parameters
  
  Returns
  
  
  Find(TNCExecObj, IntPtr, int, out int)
  
  
  Declaration
  
    INCT_BlockExecObject Find(TNCExecObj ExecType, IntPtr ExecParam, int FromIdx, out int Index)
   
  Parameters
  
  Returns
  
  
  Get(int)
  
  
  Declaration
  
    INCT_BlockExecObject Get(int Index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Returns
  
  
  Insert(int, TNCExecObj, IntPtr)
  
  
  Declaration
  
    int Insert(int Index, TNCExecObj ExecType, IntPtr ExecParam)
   
  Parameters
  
  Returns
  
  
  MoveTo(int, int)
  
  
  Declaration
  
    bool MoveTo(int FromIdx, int ToIdx)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | FromIdx |  | 
      
        | int | ToIdx |  | 
    
  
  Returns