Search Results for

    Show / Hide Table of Contents

    Delegate UFNcgroup.CycleCbFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate bool UFNcgroup.CycleCbFT(Tag tag, nint data)
    Parameters
    Type Name Description
    Tag tag
    nint data
    Returns
    Type Description
    bool

    Constructors

    CycleCbFT(object, nint)

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

    Methods

    BeginInvoke(Tag, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag tag, nint data, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tag tag
    nint data
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tag, nint)

    Declaration
    public virtual bool Invoke(Tag tag, nint data)
    Parameters
    Type Name Description
    Tag tag
    nint data
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX