Search Results for

    Show / Hide Table of Contents

    Delegate UFBrep.FreeFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate void FreeFnT(out IntPtr _X1);
    Parameters
    Type Name Description
    System.IntPtr _X1

    Constructors

    FreeFnT(Object, IntPtr)

    Declaration
    public FreeFnT(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(out IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(out IntPtr _X1, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr _X1
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(out IntPtr, IAsyncResult)

    Declaration
    public virtual void EndInvoke(out IntPtr _X1, IAsyncResult result)
    Parameters
    Type Name Description
    System.IntPtr _X1
    System.IAsyncResult result

    Invoke(out IntPtr)

    Declaration
    public virtual void Invoke(out IntPtr _X1)
    Parameters
    Type Name Description
    System.IntPtr _X1
    In This Article
    Back to top Generated by DocFX