Search Results for

    Show / Hide Table of Contents

    Delegate UFModl.RpoFPT

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

    Constructors

    RpoFPT(object, nint)

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

    Methods

    BeginInvoke(Tag, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag _X1, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tag _X1
    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)

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