Delegate UFCgm.PreExportFT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate bool PreExportFT(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, IntPtr[] appl_data);
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Constructors
  
  
  
  
  PreExportFT(Object, IntPtr)
  
  
  Declaration
  
    public PreExportFT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(UFCgm.ExportReason, UFCgm.ExportSource, Tag, IntPtr[], AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, IntPtr[] appl_data, AsyncCallback callback, object object)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual bool EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Invoke(UFCgm.ExportReason, UFCgm.ExportSource, Tag, IntPtr[])
  
  
  Declaration
  
    public virtual bool Invoke(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, IntPtr[] appl_data)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |