Search Results for

    Show / Hide Table of Contents

    Delegate UFUndo.MiscCbFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate UFUndo.MiscCbRet MiscCbFT(int mark_id, IntPtr closure);
    Parameters
    Type Name Description
    System.Int32 mark_id
    System.IntPtr closure
    Returns
    Type Description
    UFUndo.MiscCbRet

    Constructors

    MiscCbFT(Object, IntPtr)

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

    Methods

    BeginInvoke(Int32, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int mark_id, IntPtr closure, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 mark_id
    System.IntPtr closure
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UFUndo.MiscCbRet EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    UFUndo.MiscCbRet

    Invoke(Int32, IntPtr)

    Declaration
    public virtual UFUndo.MiscCbRet Invoke(int mark_id, IntPtr closure)
    Parameters
    Type Name Description
    System.Int32 mark_id
    System.IntPtr closure
    Returns
    Type Description
    UFUndo.MiscCbRet
    In This Article
    Back to top Generated by DocFX