Search Results for

    Show / Hide Table of Contents

    Delegate UF.OutputLineOfTextFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate void UF.OutputLineOfTextFT(sbyte* line_of_text)
    Parameters
    Type Name Description
    sbyte* line_of_text

    Constructors

    OutputLineOfTextFT(object, nint)

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

    Methods

    BeginInvoke(sbyte*, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(sbyte* line_of_text, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    sbyte* line_of_text
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(sbyte*)

    Declaration
    public virtual void Invoke(sbyte* line_of_text)
    Parameters
    Type Name Description
    sbyte* line_of_text
    In this article
    Back to top Generated by DocFX