Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.MotionFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate void UFUi.MotionFnT(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, nint data)
    Parameters
    Type Name Description
    double[] screen_pos
    UFUi.MotionCbData motion_cb_data
    nint data

    Constructors

    MotionFnT(object, nint)

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

    Methods

    BeginInvoke(double[], ref MotionCbData, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, nint data, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    double[] screen_pos
    UFUi.MotionCbData motion_cb_data
    nint data
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref MotionCbData, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref UFUi.MotionCbData motion_cb_data, IAsyncResult result)
    Parameters
    Type Name Description
    UFUi.MotionCbData motion_cb_data
    IAsyncResult result

    Invoke(double[], ref MotionCbData, nint)

    Declaration
    public virtual void Invoke(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, nint data)
    Parameters
    Type Name Description
    double[] screen_pos
    UFUi.MotionCbData motion_cb_data
    nint data
    In this article
    Back to top Generated by DocFX