Search Results for

    Show / Hide Table of Contents

    Delegate UFModl.CliffBlendFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate int UFModl.CliffBlendFT(Tag _X1, ref Tag _X2)
    Parameters
    Type Name Description
    Tag _X1
    Tag _X2
    Returns
    Type Description
    int

    Constructors

    CliffBlendFT(object, nint)

    Declaration
    public CliffBlendFT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint 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
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref Tag, IAsyncResult)

    Declaration
    public virtual int EndInvoke(ref Tag _X2, IAsyncResult result)
    Parameters
    Type Name Description
    Tag _X2
    IAsyncResult result
    Returns
    Type Description
    int

    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
    int
    In this article
    Back to top Generated by DocFX