Search Results for

    Show / Hide Table of Contents

    Delegate UFPs.LinkFPT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate int UFPs.LinkFPT(Tag ug_tag, int ps_tag)
    Parameters
    Type Name Description
    Tag ug_tag
    int ps_tag
    Returns
    Type Description
    int

    Constructors

    LinkFPT(object, nint)

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

    Methods

    BeginInvoke(Tag, int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag ug_tag, int ps_tag, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tag ug_tag
    int ps_tag
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    int

    Invoke(Tag, int)

    Declaration
    public virtual int Invoke(Tag ug_tag, int ps_tag)
    Parameters
    Type Name Description
    Tag ug_tag
    int ps_tag
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX