Search Results for

    Show / Hide Table of Contents

    Delegate UFRule.CheckFunctionFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate nint UFRule.CheckFunctionFT(Tag rule, nint data)
    Parameters
    Type Name Description
    Tag rule
    nint data
    Returns
    Type Description
    nint

    Constructors

    CheckFunctionFT(object, nint)

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

    Methods

    BeginInvoke(Tag, nint, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(Tag, nint)

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