Search Results for

    Show / Hide Table of Contents

    Delegate UFBrep.FreeFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate void UFBrep.FreeFnT(out nint _X1)
    Parameters
    Type Name Description
    nint _X1

    Constructors

    FreeFnT(object, nint)

    Declaration
    public FreeFnT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(out nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(out nint _X1, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    nint _X1
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(out nint, IAsyncResult)

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

    Invoke(out nint)

    Declaration
    public virtual void Invoke(out nint _X1)
    Parameters
    Type Name Description
    nint _X1
    In this article
    Back to top Generated by DocFX