Delegate UFModl.CliffBlendFT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate int CliffBlendFT(Tag _X1, ref Tag _X2);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Tag | 
        _X1 | 
         | 
      
      
        | Tag | 
        _X2 | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Constructors
  
  
  
  
  CliffBlendFT(Object, IntPtr)
  
  
  Declaration
  
    public CliffBlendFT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(Tag, ref Tag, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(Tag _X1, ref Tag _X2, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Tag | 
        _X1 | 
         | 
      
      
        | Tag | 
        _X2 | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(ref Tag, IAsyncResult)
  
  
  Declaration
  
    public virtual int EndInvoke(ref Tag _X2, IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Tag | 
        _X2 | 
         | 
      
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Invoke(Tag, ref Tag)
  
  
  Declaration
  
    public virtual int Invoke(Tag _X1, ref Tag _X2)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Tag | 
        _X1 | 
         | 
      
      
        | Tag | 
        _X2 | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         |