Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.SetCfwFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate UFDrf.RenderTextStatus UFDrf.SetCfwFnT(ref UFDrf.Cfw cfw, nint client)
    Parameters
    Type Name Description
    UFDrf.Cfw cfw
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    SetCfwFnT(object, nint)

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

    Methods

    BeginInvoke(ref Cfw, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref UFDrf.Cfw cfw, nint client, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    UFDrf.Cfw cfw
    nint client
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref Cfw, IAsyncResult)

    Declaration
    public virtual UFDrf.RenderTextStatus EndInvoke(ref UFDrf.Cfw cfw, IAsyncResult result)
    Parameters
    Type Name Description
    UFDrf.Cfw cfw
    IAsyncResult result
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Invoke(ref Cfw, nint)

    Declaration
    public virtual UFDrf.RenderTextStatus Invoke(ref UFDrf.Cfw cfw, nint client)
    Parameters
    Type Name Description
    UFDrf.Cfw cfw
    nint client
    Returns
    Type Description
    UFDrf.RenderTextStatus
    In this article
    Back to top Generated by DocFX