Search Results for

    Show / Hide Table of Contents

    Delegate UFUi.MotionFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate void MotionFnT(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, IntPtr data);
    Parameters
    Type Name Description
    System.Double[] screen_pos
    UFUi.MotionCbData motion_cb_data
    System.IntPtr data

    Constructors

    MotionFnT(Object, IntPtr)

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

    Methods

    BeginInvoke(Double[], ref UFUi.MotionCbData, IntPtr, AsyncCallback, Object)

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

    EndInvoke(ref UFUi.MotionCbData, IAsyncResult)

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

    Invoke(Double[], ref UFUi.MotionCbData, IntPtr)

    Declaration
    public virtual void Invoke(double[] screen_pos, ref UFUi.MotionCbData motion_cb_data, IntPtr data)
    Parameters
    Type Name Description
    System.Double[] screen_pos
    UFUi.MotionCbData motion_cb_data
    System.IntPtr data
    In This Article
    Back to top Generated by DocFX