Search Results for

    Show / Hide Table of Contents

    Delegate UFDrf.DrawUserSymbolFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate UFDrf.RenderTextStatus DrawUserSymbolFnT(string symbol_name, double[] origin, IntPtr symbol_params, IntPtr client);
    Parameters
    Type Name Description
    System.String symbol_name
    System.Double[] origin
    System.IntPtr symbol_params
    System.IntPtr client
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Constructors

    DrawUserSymbolFnT(Object, IntPtr)

    Declaration
    public DrawUserSymbolFnT(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, Double[], IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string symbol_name, double[] origin, IntPtr symbol_params, IntPtr client, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String symbol_name
    System.Double[] origin
    System.IntPtr symbol_params
    System.IntPtr client
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UFDrf.RenderTextStatus EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    UFDrf.RenderTextStatus

    Invoke(String, Double[], IntPtr, IntPtr)

    Declaration
    public virtual UFDrf.RenderTextStatus Invoke(string symbol_name, double[] origin, IntPtr symbol_params, IntPtr client)
    Parameters
    Type Name Description
    System.String symbol_name
    System.Double[] origin
    System.IntPtr symbol_params
    System.IntPtr client
    Returns
    Type Description
    UFDrf.RenderTextStatus
    In This Article
    Back to top Generated by DocFX