Delegate UFForgeo.CreateSurfaceFT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate int CreateSurfaceFT(string char_data, int num_ints, int[] int_array, int num_doubles, double[] double_array, int num_data, double[] fg_data);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        char_data | 
         | 
      
      
        | System.Int32 | 
        num_ints | 
         | 
      
      
        | System.Int32[] | 
        int_array | 
         | 
      
      
        | System.Int32 | 
        num_doubles | 
         | 
      
      
        | System.Double[] | 
        double_array | 
         | 
      
      
        | System.Int32 | 
        num_data | 
         | 
      
      
        | System.Double[] | 
        fg_data | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Constructors
  
  
  
  
  CreateSurfaceFT(Object, IntPtr)
  
  
  Declaration
  
    public CreateSurfaceFT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(String, Int32, Int32[], Int32, Double[], Int32, Double[], AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(string char_data, int num_ints, int[] int_array, int num_doubles, double[] double_array, int num_data, double[] fg_data, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        char_data | 
         | 
      
      
        | System.Int32 | 
        num_ints | 
         | 
      
      
        | System.Int32[] | 
        int_array | 
         | 
      
      
        | System.Int32 | 
        num_doubles | 
         | 
      
      
        | System.Double[] | 
        double_array | 
         | 
      
      
        | System.Int32 | 
        num_data | 
         | 
      
      
        | System.Double[] | 
        fg_data | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual int EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Invoke(String, Int32, Int32[], Int32, Double[], Int32, Double[])
  
  
  Declaration
  
    public virtual int Invoke(string char_data, int num_ints, int[] int_array, int num_doubles, double[] double_array, int num_data, double[] fg_data)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        char_data | 
         | 
      
      
        | System.Int32 | 
        num_ints | 
         | 
      
      
        | System.Int32[] | 
        int_array | 
         | 
      
      
        | System.Int32 | 
        num_doubles | 
         | 
      
      
        | System.Double[] | 
        double_array | 
         | 
      
      
        | System.Int32 | 
        num_data | 
         | 
      
      
        | System.Double[] | 
        fg_data | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         |