Delegate UFUi.OpenPartErrFT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate bool OpenPartErrFT(IntPtr error_fn_data, string file_name, int error, IntPtr error_status, out bool skip_error_disp);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        error_fn_data | 
         | 
      
      
        | System.String | 
        file_name | 
         | 
      
      
        | System.Int32 | 
        error | 
         | 
      
      
        | System.IntPtr | 
        error_status | 
         | 
      
      
        | System.Boolean | 
        skip_error_disp | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Constructors
  
  
  
  
  OpenPartErrFT(Object, IntPtr)
  
  
  Declaration
  
    public OpenPartErrFT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(IntPtr, String, Int32, IntPtr, out Boolean, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(IntPtr error_fn_data, string file_name, int error, IntPtr error_status, out bool skip_error_disp, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        error_fn_data | 
         | 
      
      
        | System.String | 
        file_name | 
         | 
      
      
        | System.Int32 | 
        error | 
         | 
      
      
        | System.IntPtr | 
        error_status | 
         | 
      
      
        | System.Boolean | 
        skip_error_disp | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(out Boolean, IAsyncResult)
  
  
  Declaration
  
    public virtual bool EndInvoke(out bool skip_error_disp, IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        skip_error_disp | 
         | 
      
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Invoke(IntPtr, String, Int32, IntPtr, out Boolean)
  
  
  Declaration
  
    public virtual bool Invoke(IntPtr error_fn_data, string file_name, int error, IntPtr error_status, out bool skip_error_disp)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        error_fn_data | 
         | 
      
      
        | System.String | 
        file_name | 
         | 
      
      
        | System.Int32 | 
        error | 
         | 
      
      
        | System.IntPtr | 
        error_status | 
         | 
      
      
        | System.Boolean | 
        skip_error_disp | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |